β Back to all tools
RSA Encryption / Decryption
Asymmetric encryption with public/private key pairs. Generate keys and encrypt/decrypt data client-side.
βΉ
RSA is not suitable for large data β it is limited by key size. For large payloads, use AES to encrypt the data and RSA to encrypt the AES key (hybrid encryption).
Key Pair Generation
RSA
Generating β this may take a moment for 4096-bit keysβ¦
Key Pair
Public Key (PEM)
Private Key (PEM)
β
Keep your private key secret. Never share it or paste it into untrusted tools.
Encrypt / Decrypt
Output
Encrypted / decrypted result will appear hereβ¦