Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

passgo

A password hashing library for go that uses the steps outlined in this sophos article

Documentation

The basic algorithm:

  1. Generate a random 16 byte salt
  2. Run the PBKDF2 hashing function using the sha256 hash with 30,000 iterations
  3. Take 32 bytes of the hash output
  4. Store the iteration count, salt, and final hash output

About

A go library for hashing passwords

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages