package
0.0.0-20140806224508-cd4a744fe20c
Repository: https://github.com/apokalyptik/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'