InterviewSolution
Saved Bookmarks
| 1. |
In the Key generation procedure, the Initialization Vector from the server to client is represented as:(a) HASH(K||H||”C”||session_id)(b) HASH(K||H||”B”||session_id)(c) HASH(K||H||”F”||session_id)(d) HASH(K||H||”D”||session_id)The question was posed to me in my homework.This key question is from Secure Shell(SSH) in section Internet Protocol, Network Addressing and Transport Level Security of Cryptograph & Network Security |
|
Answer» Correct option is (b) HASH(K||H||”B”||session_id) |
|