jssha : jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC. You can installing jssha 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 jssha $ sudo npm install -g jssha
If want to update the jssha package execute the command as below,
$ sudo npm update jssha
Update package globally,
$ npm install -g jssha
$ sudo git clone https://github.com/rektide/jssha.git
$ sudo npm install -g ./jssha
jssha@2.3.1 /usr/lib/node_modules/jssha
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jssha
Package Name | jssha |
Version | 2.3.1 |
Description | jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC |
Released Date | 2017-06-10T07:50:59.194Z |
Published by | caligatio |
How to Learn | https://www.npmjs.com/package/jssha/tutorial |