password-hash : Password hashing and verification for node.js. You can installing password-hash 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 $ sudo npm install -g password-hash
If want to update the password-hash package execute the command as below,
$ sudo npm update password-hash
Update package globally,
$ npm install -g password-hash
$ sudo git clone https://github.com/rektide/password-hash.git
$ sudo npm install -g ./password-hash
password-hash@1.2.2 /usr/lib/node_modules/password-hash
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall password-hash
| Package Name | password-hash |
| Version | 1.2.2 |
| Description | Password hashing and verification for node.js |
| Released Date | 2014-04-22T15:32:19.354Z |
| Published by | davidwood |
| How to Learn | https://www.npmjs.com/package/password-hash/tutorial |