SY0-701 · Question #729
A software developer wishes to implement an application security technique that will provide assurance of the application's integrity. Which of the following techniques will achieve this?
The correct answer is D. Code signing. Code signing uses cryptographic digital signatures to confirm the integrity and authenticity of software code. It ensures that the code has not been altered after being signed, providing assurance that the application is trustworthy.
Question
A software developer wishes to implement an application security technique that will provide assurance of the application's integrity. Which of the following techniques will achieve this?
Options
- ASecure cookies
- BInput validation
- CStatic analysis
- DCode signing
How the community answered
(51 responses)- A6% (3)
- B2% (1)
- C2% (1)
- D90% (46)
Explanation
Code signing uses cryptographic digital signatures to confirm the integrity and authenticity of software code. It ensures that the code has not been altered after being signed, providing assurance that the application is trustworthy.
Community Discussion
No community discussion yet for this question.