Skip to main content

RSA Cipher

v1.0.0

Encrypt and decrypt data with RSA-OAEP using Web Crypto API

RSA public-key encryption and decryption tool that lets you encrypt messages with a public key and decrypt them with the private key.

How to use
  • Generate a key pair first using the Generate Keys button.
  • Paste the recipient's public key to encrypt a message.
  • Use the private key to decrypt messages sent to you.
  • Try a preset from the example picker to see sample input.
Output
RSA-OAEP with SHA-256 — asymmetric encryption using Web Crypto API
PLAINTEXT
CIPHERTEXT