scrypt : The scrypt crypto library for NodeJS. You can installing scrypt 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 scrypt $ sudo npm install -g scrypt
If want to update the scrypt package execute the command as below,
$ sudo npm update scrypt
Update package globally,
$ npm install -g scrypt
$ sudo git clone https://github.com/rektide/scrypt.git
$ sudo npm install -g ./scrypt
scrypt@6.0.3 /usr/lib/node_modules/scrypt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall scrypt
| Package Name | scrypt |
| Version | 6.0.3 |
| Description | The scrypt crypto library for NodeJS |
| Released Date | 2016-05-01T18:41:49.216Z |
| Published by | baz |
| How to Learn | https://www.npmjs.com/package/scrypt/tutorial |