microZEUS
The whole stack, hand-drawn.

◄ Wiki / Crypto

AES

The standard symmetric cipher used to encrypt data with a shared secret key.

AES (Advanced Encryption Standard) is the block cipher the world settled on for fast, strong symmetric encryption. A constant-time, table-free implementation avoids data-dependent memory lookups so that timing side-channels can't leak the key — an important defense that naive table-based versions lack. The same key encrypts and decrypts, which is what 'symmetric' means.

See also

  • AES-GCMAES run in a mode that encrypts data and detects tampering in a single step.
  • AEADEncryption that both hides data and proves it wasn't tampered with.
  • AES / AES-GCMThe AES cipher, often used in GCM mode to encrypt and authenticate at once.

Referenced by

AEAD · AES / AES-GCM · AES-GCM · BERserk · Bleichenbacher forgery