buffer-xor : A simple module for bitwise-xor on buffers. You can installing buffer-xor 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 buffer-xor $ sudo npm install -g buffer-xor
If want to update the buffer-xor package execute the command as below,
$ sudo npm update buffer-xor
Update package globally,
$ npm install -g buffer-xor
$ sudo git clone https://github.com/rektide/buffer-xor.git
$ sudo npm install -g ./buffer-xor
buffer-xor@2.0.2 /usr/lib/node_modules/buffer-xor
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall buffer-xor
Package Name | buffer-xor |
Version | 2.0.2 |
Description | A simple module for bitwise-xor on buffers |
Released Date | 2017-08-21T13:46:38.904Z |
Published by | dcousens |
How to Learn | https://www.npmjs.com/package/buffer-xor/tutorial |