InterviewSolution
Saved Bookmarks
| 1. |
What is the recommended MAC algorithm for the SSH Transport Layer?(a) HMAC – MD5(b) HMAC – MD5 – 96(c) HMAC SHA1 – 96(d) HMAC SHA1The question was asked during an interview.I want to ask this question from Secure Shell(SSH) in section Internet Protocol, Network Addressing and Transport Level Security of Cryptograph & Network Security |
|
Answer» CORRECT option is (c) HMAC SHA1 – 96 Easy explanation: The recommended MAC algorithm for the SSH Transport LAYER is the HMAC SHA1 – 96. |
|