https://github.com/ncw/pwhash
Mirror of antihe.ro/pwhash
https://github.com/ncw/pwhash
Last synced: about 1 year ago
JSON representation
Mirror of antihe.ro/pwhash
- Host: GitHub
- URL: https://github.com/ncw/pwhash
- Owner: ncw
- License: bsd-2-clause
- Created: 2016-01-29T16:19:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T16:29:41.000Z (over 10 years ago)
- Last Synced: 2024-05-02T06:05:09.476Z (about 2 years ago)
- Language: Go
- Size: 10.7 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pwhash - A password hashing library for Go
==========================================
The goal of pwhash 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 pwhash, use the `go get` command.
go get github.com/ncw/pwhash
I hope you find this library to be useful and easy to use!
**NB** this is a mirror of the original code at `antihe.ro/pwhash`
which is no longer available.