crypto-browserify : implementation of crypto for the browser. You can installing crypto-browserify 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 crypto-browserify $ sudo npm install -g crypto-browserify
If want to update the crypto-browserify package execute the command as below,
$ sudo npm update crypto-browserify
Update package globally,
$ npm install -g crypto-browserify
$ sudo git clone https://github.com/rektide/crypto-browserify.git
$ sudo npm install -g ./crypto-browserify
crypto-browserify@3.12.0 /usr/lib/node_modules/crypto-browserify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall crypto-browserify
Package Name | crypto-browserify |
Version | 3.12.0 |
Description | implementation of crypto for the browser |
Released Date | 2017-11-03T12:22:40.198Z |
Published by | cwmma |
How to Learn | https://www.npmjs.com/package/crypto-browserify/tutorial |