https://github.com/shaswata56/argon2crypto
A simple go argon2-driver for hashing.
https://github.com/shaswata56/argon2crypto
argon2 authentication driver go hash
Last synced: 19 days ago
JSON representation
A simple go argon2-driver for hashing.
- Host: GitHub
- URL: https://github.com/shaswata56/argon2crypto
- Owner: shaswata56
- Created: 2019-10-17T21:36:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T08:50:36.000Z (almost 6 years ago)
- Last Synced: 2025-11-13T16:03:19.239Z (7 months ago)
- Topics: argon2, authentication, driver, go, hash
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# argon2crypto
A simple go argon2-driver for hashing.
get it by:
```sh
$ go get github.com/shaswata56/argon2crypto
```
or, using dep:
```sh
$ dep ensure -add github.com/shaswata56/argon2crypto
```