1.0.0 • Published 7 years ago

hashcli v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Hashing made simple. Get the hash of text or stdin.

NPM

Install

$ npm install --global hashcli

Usage

$ hasha --help

  Usage
    $ hasha <text>
    $ cat <file> | hasha

  Options
    -a, --algorithm  Cipher algorithm: md5,sha1,sha256,sha512   [Default: sha512]
    -e, --encoding   Output encoding: hex,base64,buffer,binary  [Default: hex]

  Example
    $ hasha yoginth --algorithm=md5
    1abcb33beeb811dca15f0ac3e47b88d9

License

MIT © Yoginth