Encryption Lab (AES-GCM)
Password → PBKDF2 → AES-GCM. All client-side.
WebCrypto: …
Plaintext0 chars
Key Derivation (PBKDF2)
Password
Iterations
Salt bytes
AES key size
IV bytes
Bundle format
Ciphertext bundle0 chars
Uses modern AES-GCM (authenticated encryption). For real use, keep passwords strong and consider a proper key manager.
If decrypt fails, most likely the password/iterations/keysize don’t match the original bundle.