hmacsha1-generate
v1.0.3
Published
JavaScript impletementations of hashmacsha1 algorithms which will return base64 encoded Key/Hash
Downloads
8
Maintainers
Readme
hmacsha1-generate
Install
$ npm install hmacsha1-generate
Usage
var hmacsha1Generate = require('hmacsha1-generate');
console.log(hmacsha1Generate.generateSignature(KEY, DATA));
