Encrypt and decrypt data using AES (Advanced Encryption Standard) with support for AES-128, AES-192, and AES-256 in CBC, GCM, and CTR modes. All processing is done client-side for maximum security.
AES is a symmetric encryption algorithm that is widely used for securing sensitive data. It supports key sizes of 128, 192, and 256 bits.