ps-password-hasher
Version:
An npm package to hash your password
33 lines (32 loc) • 700 B
JSON
{
"name": "ps-password-hasher",
"version": "1.0.1",
"description": "An npm package to hash your password",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tomarmayankk/ps-password-hasher"
},
"keywords": [
"npm",
"password",
"hash",
"bcrypt",
"password-hashing",
"security",
"authentication",
"encryption",
"crypto",
"hashing-algorithm",
"secure-password"
],
"author": "Mayank Tomar",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tomarmayankk/ps-password-hasher/issues"
},
"type": "commonjs"
}