dikacryptjs
Version:
Encrypt and Decrypt System in Node JS
45 lines (44 loc) • 769 B
JSON
{
"name": "dikacryptjs",
"version": "3.0.2",
"description": "Encrypt and Decrypt System in Node JS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "./typings/dikacrypt.d.ts",
"keywords": [
"bcrypt",
"password",
"auth",
"authentication",
"encryption",
"crypt",
"crypto",
"cryptr",
"crypter",
"decryption",
"cipher",
"hashr",
"encrypt",
"decrypt",
"bcryptjs",
"hash",
"compare",
"encode",
"decode",
"cryptjs",
"buffer",
"base64",
"hex",
"hex-js",
"base64-js",
"encryptjs",
"decryptjs",
"encrypt-js",
"decrypt-js"
],
"author": "IDika",
"license": "ISC",
"dependencies": {}
}