repositorypackage
1.0.0
Repository: https://github.com/developermail/crypto.git
Documentation: pkg.go.dev
# README
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.
To install crypt, use the go get
command.
go get github.com/developermail/crypt