CISSP · Question #838
Software Code signing is used as a method of verifying what security concept?
The correct answer is A. Integrity. Software code signing is used as a method of verifying the integrity of the software code. Integrity is the security concept that ensures that the data or code is not modified, corrupted, or tampered with by unauthorized parties. Software code signing is the process of attaching
Question
Options
- AIntegrity
- BConfidentiality
- CAvailability
- DAccess Control
How the community answered
(61 responses)- A90% (55)
- B2% (1)
- C3% (2)
- D5% (3)
Explanation
Software code signing is used as a method of verifying the integrity of the software code. Integrity is the security concept that ensures that the data or code is not modified, corrupted, or tampered with by unauthorized parties. Software code signing is the process of attaching a digital signature to the software code, which is generated by applying a cryptographic hash function to the code and encrypting the hash value with the private key of the software developer or publisher. The digital signature can be verified by the software user or recipient by decrypting the signature with the public key of the developer or publisher and comparing the hash value with the hash value of
Topics
Community Discussion
No community discussion yet for this question.