medium
Single Answer
0Helen wants to sign her code. What will the output of code signing be?
Answer Options
A
An encrypted copy of the code using her private key
B
A signed hash of the software using her private key
C
A signed hash of the software using her public key
D
An encrypted copy of the code using her public key
Correct Answer: B
Explanation
Code signing uses the signing organization or individual’s private key to sign a hash of the code. This allows the code to be verified using the organization’s or individual’s public key. Signing code does not involve encrypting it.