https://github.com/blakmatrix/pwhash
Generate password hashes from the command line.
https://github.com/blakmatrix/pwhash
Last synced: 3 months ago
JSON representation
Generate password hashes from the command line.
- Host: GitHub
- URL: https://github.com/blakmatrix/pwhash
- Owner: blakmatrix
- Created: 2012-07-18T00:28:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-18T04:19:35.000Z (over 13 years ago)
- Last Synced: 2024-02-29T14:33:41.750Z (almost 2 years ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pwhash
[](http://travis-ci.org/blakmatrix/pwhash)
A tiny utility to generate password hashes from the command line.
## Usage:
`pwhash [md5, sha1, sha256, sha512, ripemd160] ( ())`
## Example:
```shell
~ 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.