2.0.1 • Published 7 years ago

hashrize v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Hashrize

Minimalist CLI to generate HMAC digest from file content

Install

$ npm install -g hashrize

Usage

Usage: hashrize [command] <parameters>

Standard Options:
    --version, -v                    Get versions of package
       --help, -h                    Get CLI help

Commands:
             fh | fast-hmac    <input> <algorithm> <secret> <encoding>    Calculate the HMAC digest of a file content and write the digest into given output file.

             Parameters:

                                input               file to parse as a digest
                            algorithm               sha1, sha256...
                               secret               key to create the digest (shhh... its a secret)
                             encoding               encoding of the output digest (hex, binnary...)

Roadmap

TODO

TODO:
-  Test coverage
DONE:
-  Apply only streams
-  More 'friendly' options
-  Basic HMAC digest
2.0.1

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago