About RSA Key Tool
Generate RSA key pairs in the browser and use them for short-text encryption and decryption without leaving the page.
Common use cases
- Create demo RSA key pairs quickly
- Encrypt short messages with a public key
- Decrypt browser-side RSA-OAEP cipher text with a private key
How to use
- Generate or paste a public/private key pair.
- Choose encrypt or decrypt mode.
- Enter the text or Base64 cipher and review the output.