RSA-OAEP Decryption

Decrypt data using RSA-OAEP with SHA-256. Paste your private key (JWK format) and the Base64 ciphertext to decrypt.

Privacy: this tool processes your data entirely in your browser. Nothing you paste or type is sent to the server.

Paste the Base64-encoded ciphertext from the encryption tool.

Paste the private key in JWK format.

Result

Enter your values and press Calculate — the result appears here.

Worked examples

Decrypt a ciphertext

  • ciphertext = abc123...
  • privateKey = {"kty":"RSA","n":"...","e":"...","d":"..."}

Result: The original plaintext.

Frequently asked questions

What if I get a decryption error?

Decryption fails if the wrong key is used, the ciphertext is corrupted, or the ciphertext was not created with the matching public key.

💬 Discuss on BestWordz Community

Join the conversation about Cybersecurity, rsa decryption, rsa-oaep decrypt on the BestWordz Community forum.

Visit Forum →
Copied!