bcrypt-pbkdf : Port of the OpenBSD bcrypt_pbkdf function to pure JS. You can installing bcrypt-pbkdf 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 bcrypt-pbkdf $ sudo npm install -g bcrypt-pbkdf
If want to update the bcrypt-pbkdf package execute the command as below,
$ sudo npm update bcrypt-pbkdf
Update package globally,
$ npm install -g bcrypt-pbkdf
$ sudo git clone https://github.com/rektide/bcrypt-pbkdf.git
$ sudo npm install -g ./bcrypt-pbkdf
bcrypt-pbkdf@1.0.1 /usr/lib/node_modules/bcrypt-pbkdf
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bcrypt-pbkdf
Package Name | bcrypt-pbkdf |
Version | 1.0.1 |
Description | Port of the OpenBSD bcrypt_pbkdf function to pure JS |
Released Date | 2017-02-02T03:54:49.593Z |
Published by | arekinath |
How to Learn | https://www.npmjs.com/package/bcrypt-pbkdf/tutorial |