AES Encryptor

Encrypt and decrypt data using AES with CBC/GCM modes.

Plain Text
Cipher Text (Base64)

Result will appear here...

Customization

This acts as the master password to encrypt/decrypt.

AES-256 (CBC)

Advanced Encryption Standard (AES) is a symmetric encryption algorithm. The ciphertext is encoded in Base64 and prefixed with the OpenSSL salt marker (U2Fsd...).

About this Tool

AES (Advanced Encryption Standard) is a symmetric encryption algorithm adopted by the U.S. government and used worldwide for securing sensitive data. AES-256 uses a 256-bit key, providing extremely strong encryption. This tool implements AES in CBC (Cipher Block Chaining) mode with PBKDF2 key derivation, converting your passphrase into a secure encryption key. The output is Base64-encoded for easy storage and transmission.

Frequently Asked Questions