Digital Certificates & Cryptographic Protocols

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

1/24

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering asymmetric cryptography, digital signatures, certificate management, PKI, and various cryptographic protocols including SSL, TLS, SSH, and IPsec.

Last updated 2:23 PM on 6/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Asymmetric Cryptographic Algorithms

Cryptographic systems that use pairs of keys: a public key available to everyone and a private key known only to its owner.

2
New cards

Digital Signature

An encrypted digest produced by a sender using their private key to verify identity and ensure message integrity.

3
New cards

Nonrepudiation

An electronic verification benefit that prevents a sender from disowning a message by claiming the signature was forged.

4
New cards

Digital Certificate

A container for a public key, owner information, and serial number that is digitally signed by a trusted third party.

5
New cards

Certificate Authority (CA)

A trusted entity that processes a Certificate Signing Request (CSR) and verifies user authenticity to issue digital certificates.

6
New cards

Direct Trust

A type of trust model where one person knows and trusts another person directly.

7
New cards

Hierarchical Trust Model

A trust model that assigns a single hierarchy with one master Certificate Authority called the root.

8
New cards

Certificate Chaining

A path created between user certificates and root CAs via intermediate CAs to trace trust back to the highest level.

9
New cards

Root Certificates

Top-level certificates that are self-signed because there is no higher-level authority above them.

10
New cards

Public Key Infrastructure (PKI)

The mechanisms and policies for securely creating, storing, exchanging, and destroying digital certificates and asymmetric keys.

11
New cards

Certificate Repository (CR)

A publicly accessible centralized directory used to view the status of digital certificates.

12
New cards

Certificate Revocation List (CRL)

A list of digital certificates that are no longer valid due to loss, compromise, or changes in user details.

13
New cards

Obfuscation

The act of making something obscure or unclear to protect data, where the obscurity of the key protects the encrypted information.

14
New cards

Secure Socket Layer (SSL)

An early cryptographic protocol (current version v3.0v3.0) designed to create encrypted paths between clients and servers.

15
New cards

SSL Stripping

An attack where an adversary establishes an HTTPS connection with a server while maintaining an unsecured HTTP connection with the user.

16
New cards

Transport Layer Security (TLS)

The successor to SSL, with current version v1.3v1.3, which became significantly more secure starting with version v1.1v1.1.

17
New cards

Secure Shell (SSH)

An encrypted alternative to Telnet consisting of three utilities: slogin, ssh, and scp.

18
New cards

HTTPS

The secure version of HTTP sent over SSL or TLS, utilizing port 443443.

19
New cards

S/MIME

A protocol for securing email that allows users to send encrypted and digitally signed messages by organizing information in the message body.

20
New cards

Secure Real-time Transport Protocol (SRTP)

A secure extension of RTP used to protect Voice over IP (VoIP) communications through message authentication and confidentiality.

21
New cards

Internet Protocol Security (IPsec)

A protocol suite in the OS or communication hardware that encrypts and authenticates each IP packet of a session.

22
New cards

Authentication Header (AH)

An IPsec protocol that encrypts the packet header to authenticate that the received packets were sent from the correct source.

23
New cards

Encapsulating Security Payload (ESP)

An IPsec protocol that ensures confidentiality by encrypting every packet.

24
New cards

Transport Mode

An IPsec encryption mode that encrypts only the data portion of each packet and leaves the header unencrypted.

25
New cards

Tunnel Mode

An IPsec encryption mode that encrypts both the header and the data portion of the packet.