CISSP · Question #363
The design review for an application has been completed and is ready for release. What technique should an organization use to assure application integrity?
The correct answer is C. Digital signing. The technique that an organization should use to assure application integrity is digital signing. Digital signing is a technique that uses cryptography to generate a digital signature for a message or a document, such as an application. The digital signature is a value that is de
Question
The design review for an application has been completed and is ready for release. What technique should an organization use to assure application integrity?
Options
- AApplication authentication
- BInput validation
- CDigital signing
- DDevice encryption
How the community answered
(42 responses)- A2% (1)
- B7% (3)
- C79% (33)
- D12% (5)
Explanation
The technique that an organization should use to assure application integrity is digital signing. Digital signing is a technique that uses cryptography to generate a digital signature for a message or a document, such as an application. The digital signature is a value that is derived from the message and the sender's private key, and it can be verified by the receiver using the sender's public key. Digital signing can help to assure application integrity, which means that the application has not been altered or tampered with during the transmission or storage. Digital signing can also help to assure application authenticity, which means that the application originates from the legitimate source. Application authentication, input validation, and device encryption are not techniques that can assure application integrity, but they can help to assure application security, usability, or confidentiality, respectively.
Topics
Community Discussion
No community discussion yet for this question.