← 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
πŸ—οΈ
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…