1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Database encryption
targets data at the database level. There are two primary types of database encryption:
Transparent Data Encryption (TDE), which encrypts the entire database
Column-level Encryption (CLE), which allows for specific columns within tables to be encrypted
Record-level encryption
is a more granular form of database encryption. It allows individual records within a database to be encrypted
Key length
is nothing more than the number of binary bits (0s and 1s) in the key
The key space
is the range between the key that has all 0s and the key that has all 1s
Block ciphers
operate on “chunks”, or blocks, of a message and apply the encryption algorithm to an entire message block at the same time
Stream ciphers
operate on once character or bit of a message (or data stream) at a time