cryptoProeasy

Bread 1 — RSA Decryption

spbctf

Task: Given RSA parameters n, d, c. Solution: Standard RSA decryption using m = pow(c, d, n) since private exponent is already provided.

$ ls tags/ techniques/
rsa_basic_decryption

🔒

Permission denied (requires tier.pro)

Sign in to access full writeups

Sign in with GitHub to continue. No email required.

$sign in

$ grep --similar

Similar writeups