An open API service indexing awesome lists of open source software.

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

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"`