hmac_sha1
Version:
Implementation of HMAC algorithm in javascript with plain javascript strings, using SHA1 as underline hash functon.
30 lines (28 loc) • 724 B
JSON
{
"name": "hmac_sha1",
"version": "0.1.1",
"description": "Implementation of HMAC algorithm in javascript with plain javascript strings, using SHA1 as underline hash functon.",
"main": "hmacSha1.js",
"scripts": {
"test": "node ./test/test.js"
},
"engines": {"node": "*"},
"author": {
"name":"gits2501",
"email":"telhurat@hotmail.com",
"url": "https://github.com/gits2501"
},
"repository":{
"type": "git",
"url":"https://github.com/gits2501/Hmac_Sha1.git"
},
"bugs":{
"url": "https://github.com/gits2501/Hmac_Sha1/issues"
},
"keywords": ["authentication", "HMAC", "signature"],
"license": "MIT",
"files":["test"],
"devDependencies":{
"tap": "*"
}
}