A security administrator needs to ensure that sensitive company data stored on enterprise laptops remains confidential if a laptop is lost or stolen, and must also verify that system configuration files have not been modified. Which of the following cryptographic techniques should the administrator implement to fulfill these requirements? (Select TWO.)
- Symmetric bulk encryption (such as AES-256) for data-at-rest protectionAnswer
- Cryptographic hashing algorithms (such as SHA-256) for integrity checkingAnswer
- CAsymmetric key encryption algorithms for high-speed storage volume encryption
- DDigital signatures to ensure confidentiality of files stored on local drives
- ECertificate Signing Requests (CSRs) to perform drive partition encryption
Answer
Symmetric bulk encryption (such as AES-256) to protect data confidentiality at rest, and cryptographic hashing algorithms (such as SHA-256) to verify configuration file integrity.
Symmetric bulk encryption (such as AES-256) is designed to efficiently protect data at rest on storage media against unauthorized access. Cryptographic hashing algorithms (such as SHA-256) produce unique digests used to verify data integrity by confirming files have not been modified.
Step-by-Step Solution
Key Concept
Data-at-Rest Encryption and Hashing for Integrity
Estimated Time:1m 0s