An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# pwhash

[![build status](https://secure.travis-ci.org/blakmatrix/pwhash.png)](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.