Skip to content
/ HMAC Public

Hashed Message Authentication Code used to verify the integrity of the messages sent/received

Notifications You must be signed in to change notification settings

ChChandan/HMAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

HMAC

Hashed Message Authentication Code used to verify the integrity of the messages sent/received

Objectives

  1. As the Hash Function, HMAC is also aimed to be one way, i.e, easy to generate output from input but complex the other way round.
  2. It aims at being less affected by collisions than the hash functions.
  3. HMAC reuses the algorithms like MD5 and SHA-1 and checks to replace the embedded hash functions with more secure hash functions, in case found.
  4. HMAC tries to handle the Keys in a more simple manner.




images reference

About

Hashed Message Authentication Code used to verify the integrity of the messages sent/received

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages