How to Install bcrypt-pbkdf NPM Packages on Ubuntu / Debian

How to Install bcrypt-pbkdf software package in NPM Packages

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

Git clone:

$ 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

How to remove bcrypt-pbkdf package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall bcrypt-pbkdf

Basic Information of bcrypt-pbkdf NPM Package:

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