10000 GitHub - tredoe/crypt: Pure Go crypt(3) Implementation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tredoe/crypt

 
 

Repository files navigation

crypt - A password hashing library for Go

crypt provides pure golang implementations of UNIX's crypt(3).

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: the package is a fork from 'github.com/GehirnInc/crypt'.

Install

go get github.com/tredoe/crypt@latest

Documentation

The documentation is available on go.dev

License

The source files are distributed under the BSD 2-Clause "Simplified" License

About

Pure Go crypt(3) Implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%
0