Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 238 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 238 Bytes

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"