SY0-701 · Question #24
SY0-701 Question #24: Real Exam Question with Answer & Explanation
The correct answer is B: Performing code signing on company-developed software. Code signing is a technique that uses cryptography to verify the authenticity and integrity of the code created by the company. Code signing involves applying a digital signature to the code using a private key that only the company possesses. The digital signature can be verifie
Question
A software development manager wants to ensure the authenticity of the code created by the company. Which of the following options is the most appropriate?
Options
- ATesting input validation on the user input fields
- BPerforming code signing on company-developed software
- CPerforming static code analysis on the software
- DEnsuring secure cookies are use
Explanation
Code signing is a technique that uses cryptography to verify the authenticity and integrity of the code created by the company. Code signing involves applying a digital signature to the code using a private key that only the company possesses. The digital signature can be verified by anyone who has the corresponding public key, which can be distributed through a trusted certificate authority. Code signing can prevent unauthorized modifications, tampering, or malware injection into the code, and it can also assure the users that the code is from a legitimate source.
Community Discussion
No community discussion yet for this question.