Skip to content

blakmatrix/pwhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwhash

build status A tiny utility to generate password hashes from the command line.

Usage:

pwhash [md5, sha1, sha256, sha512, ripemd160] (<password> (<salt>))

Example:

~ pwhash md5 mypassword somesalt
info:    MD5 info
info:    ----------------------------------------
info:    pass = mypassword
info:    salt = somesalt
info:    hash = fa119398e75452a9a0ef14e63c7fb753
info:    pwhash ok

Install:

npm install pwhash

Test

npm test

License:

MIT/X11.

About

Generate password hashes from the command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published