UNPKG

password-salt-and-hash

Version:

Simple, safe and straight-forward password hashing / salting for node.js

24 lines (23 loc) 544 B
{ "name": "password-salt-and-hash", "version": "1.0.5", "description": "Simple, safe and straight-forward password hashing / salting for node.js", "main": "index.js", "author": "Sanmugam Kathirvel <k.sanmugam2@gmail.com>", "license": "MIT", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/sanmugamk/password-salt-and-hash.git" }, "keywords": [ "crypto", "node.js", "node", "hash", "salt", "password" ] }