SY0-701 · Question #24
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?
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…
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
How the community answered
(23 responses)- A4% (1)
- B83% (19)
- C9% (2)
- D4% (1)
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.