0
4.9kviews
What is message digest? Explain HMAC algorithm?
1 Answer
0
28views
  1. A hash function accepts a variable size message M as input and produces a fixed sized output, referred to as Hash code H (M).
  2. (Unlike a MAC) Hash code doesn’t use any key but it is a function of only input message.
  3. The hash code is also referred to as …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.