jshashes : A fast and independent hashing library pure JavaScript implemented (ES3 compliant) for both server and client side (MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC and Base64). You can installing jshashes 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 jshashes $ sudo npm install -g jshashes
If want to update the jshashes package execute the command as below,
$ sudo npm update jshashes
Update package globally,
$ npm install -g jshashes
$ sudo git clone https://github.com/rektide/jshashes.git
$ sudo npm install -g ./jshashes
jshashes@1.0.7 /usr/lib/node_modules/jshashes
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jshashes
Package Name | jshashes |
Version | 1.0.7 |
Description | A fast and independent hashing library pure JavaScript implemented (ES3 compliant) for both server and client side (MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC and Base64) |
Released Date | 2017-07-05T12:01:36.765Z |
Published by | h2non |
How to Learn | https://www.npmjs.com/package/jshashes/tutorial |