difference betwwen hash function and message authentication code
Answers
Answered by
4
Answer:
A MAC is used for message authentication, and is a symmetrically keyed primitive. A hash function can be used for many purposes, and has no special key input. MAC is an acronym of "message authentication code". ... Some examples of cryptographic hash functions: SHA256, SHA1, MD5.
Similar questions