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'