sha512 : SHA 512 secure hashing algorithm. You can installing sha512 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 sha512 $ sudo npm install -g sha512
If want to update the sha512 package execute the command as below,
$ sudo npm update sha512
Update package globally,
$ npm install -g sha512
$ sudo git clone https://github.com/rektide/sha512.git
$ sudo npm install -g ./sha512
sha512@0.0.1 /usr/lib/node_modules/sha512
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sha512
| Package Name | sha512 |
| Version | 0.0.1 |
| Description | SHA 512 secure hashing algorithm |
| Released Date | 2014-05-23T21:42:16.639Z |
| Published by | jp |
| How to Learn | https://www.npmjs.com/package/sha512/tutorial |