How to Install cryptojs NPM Packages on Ubuntu / Debian

How to Install cryptojs software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/cryptojs.git
$ sudo  npm install -g ./cryptojs

cryptojs@2.5.3 /usr/lib/node_modules/cryptojs

How to remove cryptojs package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall cryptojs

Basic Information of cryptojs NPM Package:

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