Q
In the Key generation procedure, the Integrity Key from the client to server 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. . advertisement
Correct Answer:
A. A. Hash(k||h||?c”||session_id)
Explanation:
The Initialization Vector from the client to server is given by HASH(K||H||”E”||session_id).