🔑

AES Encrypt / Decrypt

AES-GCM symmetric encryption and decryption with passphrase-derived keys.

Plaintext
Password

What is AES Encryption?

AES (Advanced Encryption Standard) is a symmetric encryption algorithm widely used to protect sensitive data.

Features

  • Encrypt/Decrypt: Two-way conversion
  • Multiple Modes: CBC, ECB, CTR, GCM
  • Key Sizes: 128, 192, 256 bits

Use Cases

  • Data protection
  • Secure communication
  • File encryption