196. Data Encryption Levels

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

1/9

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.

10 Terms

1
New cards

Data Encryption

Process of converting data into a secret code to prevent unauthorized access

2
New cards

Full-disk Encryption

Encrypts whole hard drive to protect all of the data on it

3
New cards

Partition Encryption

Encrypts a particular partition on a storage device

4
New cards

VeraCrypt

Users can selectively encrypt partitions, like sensitive docs, while leaving the OS partition unencrypted

5
New cards

File-Level Encryption

Used to encrypt an individual file instead of an entire partition or an entire disk drive

6
New cards

GNU Privacy Guard (GPG)

Provides cryptographic privacy and authentication for data communication

7
New cards

Volume Encryption

Used to encrypt a set space on the storage medium, creating an encrypted container that can house various files and folders

8
New cards

Database Encryption

Secures entire database, extending to multiple storage devices or cloud storage, similar to full-disk encryption

9
New cards

SQL Server Transparent Data Encryption (TDE)

Auto-encrypts the entire database without needing app changes, as the system handles encryption and decryption

10
New cards

Record-Level Encryption

Used to encrypt individual records or rows within a database