

InterviewSolution
Saved Bookmarks
1. |
How many bytes of the secret key is generated using Diffie-Hellman encryption/decryption scheme?(a) 256(b) 871(c) 1024(d) 962The question was asked in an interview.I would like to ask this question from Cryptography topic in section Number Theory and Cryptography of Discrete Mathematics |
Answer» CORRECT option is (a) 256 To explain I would SAY: Diffie-Hellman encryption/decryption scheme GENERATES 256 bytes SHARED a secret key. This secret key then is used by AES key to ENCRYPT this data. |
|