AES Encryption/Decryption
100% local processing
Frequently Asked Questions
Uses AES-256-GCM authenticated encryption. The key is derived from your password via PBKDF2 (SHA-256, 200,000 iterations). Each encryption uses a random salt and IV. GCM includes integrity checks; any modification to the ciphertext will cause decryption to fail. Everything is processed in the browser using native Web Crypto, so security depends on the strength of your password.

