Terminology Index
Glossary
170 terms starting with "A"
Showing 1-32 of 170 terms
A32
AES
The Advanced Encryption Standard, the most widely used symmetric encryption algorithm, meaning the same key encrypts and decrypts data. It protects data at rest and in transit and is considered secure when used correctly with key sizes of 128, 192, or 256 bits.
AES is a block cipher, processing fixed-size blocks of data, and must be paired with a proper mode of operation (often an authenticated mode like AES-GCM) to provide both confidentiality and integrity. Its security depends far more on correct implementation and key management than on the algorithm itself.
Introduced in: Cryptography Essentials
Examples
- Encrypting files on a disk with AES-256.
- Protecting a TLS session using an AES-GCM cipher suite.
- Encrypting database backups before storing them in cloud storage.
No related terms linked yet.
