pwhash

0.0.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i pwhash

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • blakmatrix