← All tools
Public-key
RSA key generation & OAEP encryption
Generate a real 2048-bit RSA key pair in your browser, encrypt a short message with the public key, and decrypt it with the private key.
What's happening under the hood →·Read the RSA & public-key cryptography module for the full explanation →
1. Generate a key pair
A real 2048-bit RSA key pair, generated in your browser.
2. Encrypt with the public key
3. Decrypt with a private key