AES-GCM (Advanced Encryption Standard in Galois/Counter Mode) is an authenticated symmetric key algorithm providing encryption, integrity, and authenticity verification.
Protect text payloads securely. Uses PBKDF2 with 100,000 iterations to derive a secure 256-bit AES key from your password, then encrypts with AES-GCM.