aes-encryption-128
Version:
Simple aes encryption algorithm
23 lines (22 loc) • 579 B
JSON
{
"name": "aes-encryption-128",
"version": "1.0.0",
"description": "Simple aes encryption algorithm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DamianGuilisasti/aes-encryption-128.git"
},
"keywords": [
"AES-128"
],
"author": "Chacky Dev",
"license": "ISC",
"bugs": {
"url": "https://github.com/DamianGuilisasti/aes-encryption-128/issues"
},
"homepage": "https://github.com/DamianGuilisasti/aes-encryption-128#readme"
}