https://github.com/akagi201/passhash
Password hashing and verification
https://github.com/akagi201/passhash
hash passhash password verification
Last synced: over 1 year ago
JSON representation
Password hashing and verification
- Host: GitHub
- URL: https://github.com/akagi201/passhash
- Owner: Akagi201
- License: mit
- Created: 2016-12-28T07:35:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-28T11:52:21.000Z (over 9 years ago)
- Last Synced: 2025-01-08T23:26:14.104Z (over 1 year ago)
- Topics: hash, passhash, password, verification
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# passhash
Password hashing and verification
## Features
- [ ] gen.
- [ ] verify.
## Install
* For cli usage: `go get "github.com/Akagi201/passhash/cmd/passhash"`
* For package usage: `go get "github.com/Akagi201/passhash/passhash"`