package
0.0.0-20220915122214-6886e2ccfe52
Repository: https://github.com/resonatecoop/phpass.git
Documentation: pkg.go.dev

# README

A command line tool to check a PHPass hashed password

Installation:

go get github.com/apokalyptik/phpass/phpass-check

or download a build from http://gobuild.io/download/github.com/apokalyptik/phpass/phpass-check

Usage:

phpass-check -hash="$P$passwordhash" -pw="myunhashedpassword"

or

phpass-check '$P$passwordhash' 'myunhashedpassword'