CISSP · Question #845
What is the MOST efficient way to secure a production program and its data?
The correct answer is B. Harden the application and encrypt the data. The most efficient way to secure a production program and its data is to harden the application and encrypt the data. Hardening the application means applying the security best practices and standards to the development, testing, deployment, and maintenance of the application…
Question
What is the MOST efficient way to secure a production program and its data?
Options
- ADisable default accounts and implement access control lists (ACL)
- BHarden the application and encrypt the data
- CDisable unused services and implement tunneling
- DHarden the servers and backup the data
How the community answered
(37 responses)- A5% (2)
- B81% (30)
- C11% (4)
- D3% (1)
Explanation
The most efficient way to secure a production program and its data is to harden the application and encrypt the data. Hardening the application means applying the security best practices and standards to the development, testing, deployment, and maintenance of the application, such as input validation, output encoding, error handling, logging, patching, and configuration. Encrypting the data means applying the cryptographic techniques and algorithms to the data at rest and in transit, such as symmetric encryption, asymmetric encryption, hashing, and digital signatures. These two measures can provide a comprehensive and effective protection for the application and its data against various threats and attacks.
Topics
Community Discussion
No community discussion yet for this question.