AES-CBC Encrypt
Encrypt text with AES-CBC.
Note: The key is derived from the password with SHA-256 and a fresh random IV is used for every encryption. The output format is iv:ciphertext as lowercase hex. For AES-GCM the ciphertext is authenticated (tamper and wrong-password detection); CBC and CTR are not — use GCM for secure data.
What Is a AES-CBC Encrypt?
The AES-CBC Encrypt tool encrypts text with AES in Cipher Block Chaining mode. Each block is XORed with the previous ciphertext block before encryption, which hides patterns in the plaintext. CBC is a classic mode still used in many legacy systems and protocols.
How to Use This AES-CBC Encrypt
- 1Enter PasswordType the password used to derive the key.
- 2Enter TextType your plaintext.
- 3EncryptClick 'Encrypt CBC' to produce the iv:ciphertext output and copy it.
Frequently Asked Questions
Related Cryptography Tools
MD5 Generator
Free online MD5 hash generator.
SHA-1 Generator
Free online SHA-1 hash generator.
SHA-256 Generator
Free online SHA-256 hash generator.
SHA-512 Generator
Free online SHA-512 hash generator.
SHA-224 Generator
Free online SHA-224 hash generator.
SHA-384 Generator
Free online SHA-384 hash generator.
More Cryptography Tools
SHA-3 Generator
Free online SHA-3 (Keccak) hash generator.
SHA-256 File Hash
Compute the SHA-256 checksum of any file.
SHA-512 File Hash
Compute the SHA-512 checksum of any file.
RIPEMD-160 Generator
Free online RIPEMD-160 hash generator.
BLAKE2 Generator
Free online BLAKE2b and BLAKE2s hash generator.
BLAKE3 Generator
Free online BLAKE3 hash generator.

