sha256 : Compute SHA256 of bytes or strings.. You can installing sha256 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 sha256 $ sudo npm install -g sha256
If want to update the sha256 package execute the command as below,
$ sudo npm update sha256
Update package globally,
$ npm install -g sha256
$ sudo git clone https://github.com/rektide/sha256.git
$ sudo npm install -g ./sha256
sha256@0.2.0 /usr/lib/node_modules/sha256
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sha256
| Package Name | sha256 |
| Version | 0.2.0 |
| Description | Compute SHA256 of bytes or strings. |
| Released Date | 2015-03-18T15:30:19.230Z |
| Published by | jprichardson |
| How to Learn | https://www.npmjs.com/package/sha256/tutorial |