cryptoeasy

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

Create a free account with GitHub, then upgrade to Pro.

$ssh [email protected]