- AESAdvanced Encryption Standard
- Symmetric block cipher using 128, 192, or 256-bit keys; the current standard for encrypting data at rest and in transit.
- AHAuthentication Header
- IPSec protocol providing data integrity and origin authentication but not encryption.
- CACertificate Authority
- Trusted entity that issues, manages, and revokes digital certificates within a PKI hierarchy.
- CCMPCounter Mode with Cipher Block Chaining Message Authentication Code Protocol
- AES-based encryption protocol used in WPA2 to provide confidentiality, integrity, and authentication for wireless frames.
- CRLCertificate Revocation List
- Published list of serial numbers for certificates that a CA has revoked before their expiration date.
- CSRCertificate Signing Request
- Encoded message sent to a CA containing the public key and identity information to request a digital certificate.
- DESData Encryption Standard
- Legacy symmetric cipher using a 56-bit key, now considered insecure and replaced by AES.
- DHEDiffie-Hellman Ephemeral
- Key exchange variant that generates a new key pair per session, providing perfect forward secrecy.
- DSADigital Signature Algorithm
- Federal standard for digital signatures providing authentication and non-repudiation.
- ECCElliptic Curve Cryptography
- Public-key cryptography based on elliptic curve mathematics, providing strong security with smaller key sizes.
- ESPEncapsulating Security Payload
- IPSec protocol providing confidentiality, data integrity, and authentication for IP packets.
- GCMGalois/Counter Mode
- Authenticated encryption mode providing both confidentiality and data integrity at high speed.
- GPGGNU Privacy Guard
- Open-source implementation of the OpenPGP standard for encrypting and signing data and communications.
- HMACHash-based Message Authentication Code
- Mechanism combining a cryptographic hash with a secret key to verify both integrity and authenticity of a message.
- HSMHardware Security Module
- Tamper-resistant hardware device that manages, generates, and stores cryptographic keys securely.
- IKEInternet Key Exchange
- Protocol used to negotiate and establish security associations and keys for IPSec VPN tunnels.
- IPSecInternet Protocol Security
- Suite of protocols that authenticates and encrypts IP packets, commonly used for VPN tunnels.
- IVInitialization Vector
- Random or pseudo-random value prepended to plaintext before encryption to ensure unique ciphertext output.
- KEKKey Encryption Key
- Cryptographic key used to protect other keys during transport or storage.
- OCSPOnline Certificate Status Protocol
- Protocol for real-time checking of a digital certificate's revocation status against the CA.
- PBKDF2Password-Based Key Derivation Function 2
- Key derivation function applying a pseudorandom function with many iterations to slow brute-force attacks.
- PEMPrivacy Enhanced Mail
- Base64-encoded file format for storing certificates and cryptographic keys, recognizable by BEGIN/END headers.
- PFSPerfect Forward Secrecy
- Cryptographic property ensuring session keys are not compromised if the long-term private key is leaked.
- PGPPretty Good Privacy
- Encryption program providing cryptographic privacy and authentication for email and file encryption.
- PKIPublic Key Infrastructure
- Framework of roles, policies, and technology for creating, managing, and revoking digital certificates.
- PSKPre-Shared Key
- Shared secret distributed in advance between parties for authenticating a connection, commonly used in Wi-Fi and VPNs.
- RARegistration Authority
- Entity in a PKI that verifies certificate applicant identities before the CA issues a certificate.
- RACEResearch and Development in Advanced Communications Technologies in Europe
- European R&D program in advanced communications that contributed to the RIPEMD hash function family.
- RSARivest, Shamir, Adleman
- Asymmetric encryption algorithm based on the difficulty of factoring large prime numbers, widely used for digital signatures and key exchange.
- SANSubject Alternative Name
- X.509 certificate extension listing additional hostnames or IPs that the certificate is valid for.
- SCEPSimple Certificate Enrollment Protocol
- Protocol for simplified certificate issuance and management, commonly used for device enrollment.
- SHASecure Hash Algorithm
- Family of cryptographic hash functions (SHA-1, SHA-256, SHA-3) producing fixed-size digests for integrity verification.
- SSLSecure Sockets Layer
- Deprecated cryptographic protocol for securing communications; superseded by TLS.
- TKIPTemporal Key Integrity Protocol
- Encryption protocol used in WPA that wraps WEP with per-packet key mixing; now deprecated in favor of CCMP.
- TLSTransport Layer Security
- Cryptographic protocol providing encrypted, authenticated communication channels; successor to SSL.
- WEPWired Equivalent Privacy
- Obsolete wireless encryption standard with severe cryptographic weaknesses; should never be used.
- WPAWi-Fi Protected Access
- Wireless security protocol using TKIP encryption, an interim improvement over WEP before WPA2.
- WPA2Wi-Fi Protected Access 2
- Wireless security standard using AES-CCMP encryption, mandatory for Wi-Fi certification since 2006.
- WPA3Wi-Fi Protected Access 3
- Latest wireless security standard with SAE handshake, 192-bit enterprise mode, and forward secrecy.
- WTLSWireless Transport Layer Security
- Security protocol designed for wireless networks, based on TLS but optimized for low-bandwidth environments.
- X.509X.509 Certificate Standard
- ITU-T standard defining the format of public key certificates used in TLS, email signing, and code signing.