Categorygithub.com/developermail/crypto
repositorypackage
1.0.0
Repository: https://github.com/developermail/crypto.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Password hashing library for Go

Build Status

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

Credits