1.4 Explain the importance of using appropriate cryptographic solutions. Flashcards
Encryption level
o Full-disk:
o Partition: Encrypts specific partitions, leaving others unencrypted
o File: Encrypts individual files
o Volume : Encrypts selected files or directories
o Database : Encrypts data stored in a database at column, row, or table levels
o Record : Encrypts specific fields within a database record
Obfuscation methods
o Steganography
o Tokenization
o Data masking
Hashing
■ Converts data into fixed-size hash values
■ Irreversible one-way function
■ Commonly used for password storage
Masking
■ Replace some or all data with placeholders (e.g., “x”)
■ Partially retains metadata for analysis
■ Irreversible de-identification method
Obfuscation
Make data unclear or unintelligible
Tokenization
■ Replace sensitive data with non-sensitive tokens
■ Original data stored securely in a separate database
■ Often used in payment processing for credit card protection
Full-disk Encryption
Encrypts the entire hard drive
o Partition Encryption
Encrypts specific partitions, leaving others unencrypted
o File Encryption
Encrypts individual files
o Volume Encryption
Encrypts selected files or directories
o Database Encryption
Encrypts data stored in a database at column, row, or table levels
Record Encryption
Encrypts specific fields within a database record