Text Encryption & Decryption
Securely encrypt and decrypt text
Settings
About Encryption Methods
AES-GCM
Most secure encryption method. Authenticated encryption with tampering detection.
AES-CBC
Standard encryption method. Widely used.
Caesar Cipher (Simple)
Simple encryption. Suitable for learning purposes.
Base64
Not encryption but encoding. Hides data readability.