password-hash-and-salt : Simple, safe and straight-forward password hashing / salting for node.js. You can installing password-hash-and-salt npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install password-hash-and-salt $ sudo npm install -g password-hash-and-salt
If want to update the password-hash-and-salt package execute the command as below,
$ sudo npm update password-hash-and-salt
Update package globally,
$ npm install -g password-hash-and-salt
$ sudo git clone https://github.com/rektide/password-hash-and-salt.git
$ sudo npm install -g ./password-hash-and-salt
password-hash-and-salt@0.1.4 /usr/lib/node_modules/password-hash-and-salt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall password-hash-and-salt
| Package Name | password-hash-and-salt |
| Version | 0.1.4 |
| Description | Simple, safe and straight-forward password hashing / salting for node.js |
| Released Date | 2016-09-20T19:55:42.303Z |
| Published by | florianheinemann |
| How to Learn | https://www.npmjs.com/package/password-hash-and-salt/tutorial |