Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T01:15:14.000Z (almost 4 years ago)
- Last Synced: 2024-06-21T03:15:21.236Z (6 months 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
[![Go Reference](https://pkg.go.dev/badge/github.com/mu-io/go-argon2.svg)](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`.