1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-20 19:02:56 +00:00
password/vendor/github.com/tredoe/osutil/user/crypt
Knut Ahlers 8af625be60
Fix: Vendor new dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-10-06 22:59:38 +02:00
..
apr1_crypt Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
common Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
md5_crypt Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
sha256_crypt Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
sha512_crypt Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
AUTHORS.md Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
crypt.go Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
LICENSE Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
README.md Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00

crypt

A password hashing library.

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.

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

Note: forked from https://github.com/jeramey/go-pwhash

Installation

go get github.com/tredoe/osutil/user/crypt

License

The source files are distributed under a BSD-style license that can be found in the LICENSE file.