Expand description
AES-256-GCM encryption/decryption
Provides authenticated encryption for data at rest using AES-256-GCM. Each encryption operation generates a unique nonce for security.
Structs§
- Encrypted
Data - Encrypted data with associated metadata
Functions§
- decrypt
- Decrypt ciphertext using AES-256-GCM
- decrypt_
string - Decrypt to a string
- encrypt
- Encrypt plaintext data using AES-256-GCM
- encrypt_
string - Encrypt a string