pbkdf2 : This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes(). You can installing pbkdf2 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 pbkdf2 $ sudo npm install -g pbkdf2
If want to update the pbkdf2 package execute the command as below,
$ sudo npm update pbkdf2
Update package globally,
$ npm install -g pbkdf2
$ sudo git clone https://github.com/rektide/pbkdf2.git
$ sudo npm install -g ./pbkdf2
pbkdf2@3.0.14 /usr/lib/node_modules/pbkdf2
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pbkdf2
| Package Name | pbkdf2 |
| Version | 3.0.14 |
| Description | This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes() |
| Released Date | 2017-09-08T17:07:42.064Z |
| Published by | cwmma |
| How to Learn | https://www.npmjs.com/package/pbkdf2/tutorial |