๐ AES Decrypter
Decrypt AES-256-CBC encrypted data using your password. Supports Base64 ciphertext and file decryption. Fully clientโside โ your data never leaves your device.
โน๏ธ How to use
- Enter the same password used during encryption
- Paste the Base64 ciphertext or upload a file containing it
- Click "Decrypt Data" to reveal the original message
- Results can be copied
This tool uses AES-256-CBC with PBKDF2 (100,000 iterations). Format: salt(16) + iv(16) + ciphertext โ Base64.
๐ How to Use AES Decrypter (Step by Step)
- Step 1: Enter the password that was used to encrypt the data.
- Step 2: Paste the Base64 ciphertext into the text area OR upload a file containing the Base64 data.
- Step 3: Click "Decrypt Data" โ the tool decrypts locally using Web Crypto API.
- Step 4: The decrypted plaintext appears in the result field.
- Step 5: Copy the result using the "Copy Decrypted" button.
๐ก Security & Privacy
- โ๏ธ All decryption happens in your browser โ no data is uploaded to any server.
- โ๏ธ Uses AES-256-CBC with PBKDF2 key derivation (100,000 iterations).
- โ๏ธ Compatible with standard AES encryption tools (salt+IV prepended).
๐ก Pro Tip: Always use a strong, unique password. The decrypted output can be copied to a file or used directly. This tool never stores any data.
๐ 100% clientโside โข Your data never uploaded โข AES-256-CBC โข Zero tracking