Skip to content

prismaticTour/HMAC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

HMAC

simple python based program to show HMAC authentication with pickle

Done just to demonstrate what HMAC does to lower minds! :P

When data is entered, it will create a pickle file where the passwords will be stored n at the first login of the user.

AS hashing is generally a one-way operation, during any login of a registered user, password entered is hashed ad compared to the stored hash for authentication (DUH!).

About

simple python based program to show HMAC authentication with pickle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%