scryptsy : Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.. You can installing scryptsy 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 scryptsy $ sudo npm install -g scryptsy
If want to update the scryptsy package execute the command as below,
$ sudo npm update scryptsy
Update package globally,
$ npm install -g scryptsy
$ sudo git clone https://github.com/rektide/scryptsy.git
$ sudo npm install -g ./scryptsy
scryptsy@2.0.0 /usr/lib/node_modules/scryptsy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall scryptsy
| Package Name | scryptsy |
| Version | 2.0.0 |
| Description | Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser. |
| Released Date | 2016-05-27T03:29:36.077Z |
| Published by | jprichardson |
| How to Learn | https://www.npmjs.com/package/scryptsy/tutorial |