hmac-sign
v1.1.1
Published
Simple HMAC signing utility
Readme
Node.js HMAC signer/verifier
Simple Node.js utility to sign and verify data using HMAC signatures.
Installation
Make sure Node.js and npm is installed (https://nodejs.org)
Run
npm install -g hmac-signwith superuser permissions
Usage
Sign a file
hmac-sign <key file> <file>
Verify a signature
hmac-sign -v <signature file> <key file> <file>
