node-aes
Version:
Simple AES encryption library
29 lines (28 loc) • 491 B
JSON
{
"name": "node-aes",
"version": "1.0.1",
"description": "Simple AES encryption library",
"main": "aes.js",
"scripts": {
"test": "node aes.js",
"start": "node aes.js"
},
"keywords":[
"aes",
"encryption",
"simple-aes",
"simple",
"AES",
"SIMPLE-AES",
"crypto",
"simple-crypto",
"simple-encryption",
"node-aes"
],
"author": "svcu2310",
"bin" : "aes.js",
"license": "MIT",
"dependencies": {
"crypto-js": "^4.0.0"
}
}