simple-digest-md5
Version:
A simple pure-js implementation of DIGEST-MD5. Written for XMPP, but can be used elsewhere.
24 lines (23 loc) • 523 B
JSON
{
"name": "simple-digest-md5",
"version": "1.0.4",
"description": "A simple pure-js implementation of DIGEST-MD5. Written for XMPP, but can be used elsewhere.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sbrl/simple-md5-digest"
},
"keywords": [
"xmpp",
"jabber",
"sasl",
"md5",
"digest-md5",
"auth"
],
"author": "Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>",
"license": "MPL-2.0"
}