RSA Encryption/Decryption
Encrypt and decrypt text using RSA asymmetric (public/private key) encryption.
About RSA: RSA is an asymmetric encryption algorithm that uses a pair of keys:
- Public Key: Used to encrypt data. Can be shared publicly.
- Private Key: Used to decrypt data. Must be kept secret.
Key Pair
Share this key to allow others to encrypt messages for you.
Keep this key secret! Only you should have access to it.
Encrypt
Decrypt