encryption & PKI

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:57 AM on 7/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

AES

Advanced Encryption Standard (AES) - Modern symmetric encryption algorithm and the current encryption standard. Recommended replacement for DES. (Think: Current encryption standard.)

2
New cards

DES

Data Encryption Standard (DES) - Outdated symmetric encryption algorithm that is no longer considered secure. (Think: Old and broken.)

3
New cards

3DES

Triple Data Encryption Standard (3DES) - Applies DES three times for increased security, but is now deprecated in favor of AES. (Think: Better than DES, worse than AES.)

4
New cards

RSA

Rivest-Shamir-Adleman (RSA) - Public-key cryptography algorithm used for encryption, digital signatures, and secure key exchange. (Think: Most common public-key algorithm.)

5
New cards

ECC

Elliptic Curve Cryptography (ECC) - Public-key cryptography that provides strong security using much smaller keys than RSA. Ideal for mobile devices and IoT. (Think: Small keys, high security.)

6
New cards

RC4

Rivest Cipher 4 (RC4) - Legacy stream cipher that is no longer considered secure due to numerous vulnerabilities. (Think: Deprecated.)

7
New cards

ChaCha20

ChaCha20 - Modern stream cipher designed for high performance and security, especially on mobile and embedded devices. (Think: Modern alternative to AES in some applications.)

8
New cards

SHA

Secure Hash Algorithm (SHA) - Family of cryptographic hash functions used to verify data integrity. (Think: Hashing, not encryption.)

9
New cards

HMAC

Hash-based Message Authentication Code (HMAC) - Uses a secret key with a hash function to verify both integrity and authenticity. (Think: Hash + Secret Key.)

10
New cards

DHE

Diffie-Hellman Ephemeral (DHE) - Temporary key exchange protocol that generates a new key for every session, providing Perfect Forward Secrecy. (Think: Temporary session keys.)

11
New cards

ECDHE

Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) - ECC version of DHE that provides Perfect Forward Secrecy with smaller, faster keys. (Think: DHE + ECC.)

12
New cards

PFS

Perfect Forward Secrecy (PFS) - Security property ensuring that compromising one session key does not compromise previous or future sessions. (Think: Old sessions stay safe.)

13
New cards
14
New cards

PKI

Public Key Infrastructure (PKI) - Framework that creates, manages, distributes, stores, and revokes digital certificates and public/private keys. (Think: Entire certificate ecosystem.)

15
New cards

CA

Certificate Authority (CA) - Trusted organization that issues and signs digital certificates. (Think: Issues certificates.)

16
New cards

CSR

Certificate Signing Request (CSR) - Request sent to a Certificate Authority asking for a signed digital certificate. (Think: Asking for a certificate.)

17
New cards

CRL

Certificate Revocation List (CRL) - List of digital certificates that are no longer trusted before they expire. (Think: Revoked certificates.)

18
New cards

OCSP

Online Certificate Status Protocol (OCSP) - Checks whether a certificate is currently valid without downloading an entire CRL. (Think: Live certificate checker.)

19
New cards

PKCS

Public Key Cryptography Standards (PKCS) - Standards defining formats for cryptographic keys, certificates, and encryption methods. (Think: PKI standards.)

20
New cards

TPM

Trusted Platform Module (TPM) - Hardware chip that securely stores encryption keys and supports features like BitLocker. (Think: Security chip inside the computer.)

21
New cards

HSM

Hardware Security Module (HSM) - Dedicated hardware appliance that securely generates, stores, and manages cryptographic keys. (Think: Enterprise key vault.)

22
New cards

RA

Recovery Agent (RA) - Trusted entity authorized to recover encrypted data or encryption keys if access is lost. (Think: Backup access to encrypted data.)

23
New cards

Key Escrow

Key Escrow - System that stores backup copies of encryption keys with a trusted third party for recovery purposes. (Think: Spare key storage.)

24
New cards

EFS

Encrypting File System (EFS) - Windows feature that encrypts individual files and folders on NTFS drives. (Think: File-level encryption.)

25
New cards

FDE

Full Disk Encryption (FDE) - Encrypts an entire storage device to protect all stored data. (Think: Whole drive encrypted.)

26
New cards

SED

Self-Encrypting Drive (SED) - Storage drive that automatically encrypts all data using built-in hardware encryption. (Think: Hardware-encrypted drive.)

27
New cards

PGP

Pretty Good Privacy (PGP) - Encryption system used to secure emails and files using public-key cryptography. (Think: Secure email encryption.)

28
New cards

GPG

GNU Privacy Guard (GPG) - Free, open-source implementation of OpenPGP used for encrypting files and emails. (Think: Open-source PGP.)