Data Encryption Concepts

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering encryption concepts, data states (at rest, in motion, in processing), and example technologies mentioned in the lesson.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Unencrypted data

Data that remains in an easily viewable or accessible format; clear text.

2
New cards

Plaintext

Unencrypted data that is readable without protection.

3
New cards

Encrypted data

Data that has been encoded and is unreadable without the proper key; requires decryption.

4
New cards

Ciphertext

The scrambled form of encrypted data.

5
New cards

Encryption

The process of encoding information so it can only be read with the correct key.

6
New cards

Decryption

The process of converting ciphertext back into plaintext using a key.

7
New cards

Encryption key

The secret value used to encrypt data and decrypt it; access is limited to authorized users.

8
New cards

Data at rest

Data stored on storage devices that is not actively moving.

9
New cards

Data in motion (data in transit)

Data that is actively moving across networks or within a system; protected by transport encryption.

10
New cards

Data in processing (data in use)

Data that has been loaded into memory or is being processed by the CPU.

11
New cards

Full disk encryption

Encryption of an entire storage device to protect data at rest.

12
New cards

File/folder encryption

Encryption applied to specific files or folders to protect contents.

13
New cards

TLS (Transport Layer Security)

Protocol used to secure communications over a network, protecting data in transit.

14
New cards

SSL (Secure Sockets Layer)

Earlier protocol for securing the transport layer; largely replaced by TLS.

15
New cards

AES (Advanced Encryption Standard)

A widely used symmetric encryption algorithm; an example of encryption in practice.

16
New cards

Confidentiality

The protection of data against unauthorized access; a primary goal of encryption.