Skip to main content
What it is:
RSA decryption uses the private key to recover the original message from ciphertext.
Core idea:
  • Only the private key can reverse what was encrypted with the matching public key
Security implication:
If a private key is leaked, any attacker can decrypt any message encrypted to that public key.
Try it (demo):
  1. Copy the ciphertext produced in the encryption step
  2. Paste the private key
  3. Decrypt
  4. Confirm you got the original plaintext back
Link: https://diveshfx.github.io/online-tools/rsa/decrypt/ or https://tiny.cc/rsadecrypt