Encryption / Decryption
Encrypt and decrypt text using AES-CBC with PBKDF2
How to use
Encrypt and decrypt text using AES-CBC encryption with a password-derived key (PBKDF2). The initialization vector (IV) is automatically generated and prepended to the ciphertext. Everything runs in your browser using the Web Crypto API.
- AES-CBC encryption with password-derived keys (PBKDF2)
- Automatic IV generation prepended to ciphertext
- Results shown as Base64 for easy copying
- Uses browser's native SubtleCrypto API — nothing leaves your device