cryptojs : Following googlecode project crypto-js, provide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64. You can installing cryptojs 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 cryptojs $ sudo npm install -g cryptojs
If want to update the cryptojs package execute the command as below,
$ sudo npm update cryptojs
Update package globally,
$ npm install -g cryptojs
$ sudo git clone https://github.com/rektide/cryptojs.git
$ sudo npm install -g ./cryptojs
cryptojs@2.5.3 /usr/lib/node_modules/cryptojs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cryptojs
Package Name | cryptojs |
Version | 2.5.3 |
Description | Following googlecode project crypto-js, provide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64 |
Released Date | 2012-01-14T01:41:26.045Z |
Published by | gwjjeff |
How to Learn | https://www.npmjs.com/package/cryptojs/tutorial |