Cryptography Basics

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Cryptography

practice of securing data by making it unreadable to unauthorized parties

2
New cards

Encryption

process of converting readable data (plain text) into unreadable data (cipher text)

3
New cards

Decryption

process of converting cipher text back into plain text

4
New cards

Authentication

process of verifying the sender of a message

5
New cards

Non-Repudiation

ensuring that a sender cannot deny having sent a message

6
New cards

Signature

cryptographic proof of identity

7
New cards

Hash

cryptographic function used to verify that data has not been altered

8
New cards

Caesar Cipher

simple encryption method that shifts letters by a fixed number

9
New cards

Symmetric Encryption

type of encryption where a single secret key is used for both encryption and decryption

10
New cards

Cryptographic Key

long sequence of bits used to encrypt or decrypt data

11
New cards

Asymmetric Encryption

cryptographic method that uses a pair of keys: one public and one private

12
New cards

Public Key

key shared with others to enable encryption

13
New cards

Private Key

secret key used for decryption

14
New cards

Cryptographic Certificate

digital document containing key attributes, such as issuer and expiration date

15
New cards

SSL/TLS (Secure Socket Layer/Transport Layer Security)

protocols used to secure network communication

16
New cards

Multifactor Authentication (MFA)

security method requiring multiple forms of authentication

17
New cards

2FA (Two-Factor Authentication)

subset of MFA that requires two authentication factors

18
New cards

Back Door

method of bypassing encryption without the correct key