one-time-pad-es6
Version:
One-time-pad implementation using ES6. Encrypts both String and Array Buffer.
28 lines (27 loc) • 619 B
JSON
{
"name": "one-time-pad-es6",
"version": "0.9.1",
"description": "One-time-pad implementation using ES6. Encrypts both String and Array Buffer.",
"main": "src/main.js",
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"one-time-pad",
"cryptography",
"otp"
],
"homepage": "https://github.com/Randy341/one-time-pad-es6",
"author": {
"name": "Randy Chang",
"url": "https://www.randy-chang.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Randy341/one-time-pad-es6"
},
"license": "ISC",
"dependencies": {
"ab2b64": "^0.9.1"
}
}