Skip to content
/ crypt Public
forked from GehirnInc/crypt

A password hashing library for the Go language

License

Notifications You must be signed in to change notification settings

dfa/crypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypt - A password hashing library for Go

The goal of crypt is to bring a library of many common and popular password hashing algorithms to Go and to provide a simple and consistent interface to each of them. As every hashing method is implemented in pure Go, this library should be as portable as Go itself.

All hashing methods come with a test suite which verifies their operation against itself as well as the output of other password hashing implementations to ensure compatibility with them.

To install crypt, use the go get command.

go get github.com/kless/crypt

I hope you find this library to be useful and easy to use!

About

A password hashing library for the Go language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%