Symmetric Encryption — AES-256-GCM
Advanced Encryption Standard with 256-bit keys operating in Galois/Counter Mode. GCM provides both confidentiality and authenticated integrity verification in a single pass — any bit-level modification to encrypted data is detectable before decryption. Deployed for data at rest and bulk data encryption operations.