RSA Encryption

EXP-005 · Interactive RSA-OAEP public-key encryption using the Web Crypto API


Step 1Generate Key Pair
Public Key
Share freely — only encrypts, never decrypts.
Private Key
Keep secret — this is the only key that can decrypt.

Step 2Encrypt
Plaintext11 / 190 bytes
Add a public key in Step 1 first.

Step 3Decrypt
Ciphertext (base64)
Add a private key in Step 1 to enable decryption.

Permalink