AES Encrypt / Decrypt
Password-based AES-256-GCM encryption, fully local.
โน๏ธ
AES-256-GCM with a PBKDF2-derived key (150,000 iterations, random salt + IV). The payload format is
v1.salt.iv.ciphertext (Base64) โ decryptable only with the same password. Everything happens in your browser.