Q
In the Key generation procedure, the Initialization Vector from the server to client is represented as:
-
A
A. Hash(k||h||?c”||session_id)
-
B
B. Hash(k||h||?b”||session_id)
-
C
C. Hash(k||h||?f”||session_id)
-
D
D. .
Correct Answer:
B. B. Hash(k||h||?b”||session_id)
Explanation:
The Initialization Vector from the server to client is given by HASH(K||H||”B”||session_id).