1.1.1 • Published 9 years ago

hmac-sign v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

Node.js HMAC signer/verifier

Simple Node.js utility to sign and verify data using HMAC signatures.

Installation

  1. Make sure Node.js and npm is installed (https://nodejs.org)

  2. Run npm install -g hmac-sign with superuser permissions

Usage

Sign a file

hmac-sign <key file> <file>

Verify a signature

hmac-sign -v <signature file> <key file> <file>

1.1.1

9 years ago

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago