aes-js : A pure JavaScript implementation of the AES block cipher and all common modes of operation.. You can installing aes-js 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 aes-js $ sudo npm install -g aes-js
If want to update the aes-js package execute the command as below,
$ sudo npm update aes-js
Update package globally,
$ npm install -g aes-js
$ sudo git clone https://github.com/rektide/aes-js.git
$ sudo npm install -g ./aes-js
aes-js@3.1.0 /usr/lib/node_modules/aes-js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aes-js
Package Name | aes-js |
Version | 3.1.0 |
Description | A pure JavaScript implementation of the AES block cipher and all common modes of operation. |
Released Date | 2017-04-15T19:34:01.051Z |
Published by | ricmoo |
How to Learn | https://www.npmjs.com/package/aes-js/tutorial |