npm.io
1.0.0 • Published 11 years ago

hmacsha1

Licence
BSD
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Stars
28

hmacsha1

Simple HMAC-SHA1 for JavaScript. The code was extracted directly from Chromium examples for extensions.

NPM

npm install hmacsha1

Example

var hmacsha1 = require('hmacsha1');
var hash = hmacsha1(KEY, DATA);

https://developer.chrome.com/extensions/tut_oauth

https://developer.chrome.com/extensions/examples/extensions/oauth_contacts/chrome_ex_oauthsimple.js

Keywords