https://github.com/mathematic-inc/go-argon2
Reexports the crypto/argon2 module with a crypto/bcrypt-like API
https://github.com/mathematic-inc/go-argon2
Last synced: about 1 year ago
JSON representation
Reexports the crypto/argon2 module with a crypto/bcrypt-like API
- Host: GitHub
- URL: https://github.com/mathematic-inc/go-argon2
- Owner: mathematic-inc
- License: mit
- Created: 2021-01-27T21:27:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T01:15:14.000Z (over 5 years ago)
- Last Synced: 2025-01-26T14:12:36.120Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Argon2
[](https://pkg.go.dev/github.com/mu-io/go-argon2)
Reexports golang.org/x/crypto/argon2 with their bcrypt API. The default
parameters follow best practice.
## Download/Install
The easiest way to install is to run `go get -u github.com/mu-io/go-argon2`. You
can also manually git clone the repository to `$GOPATH/src/github.com/mu-io/go-argon2`.