ea-xor
v1.0.0
Published
xor tranform stream bytewise with another buffer (loded from file)
Readme
ea-xor
INSTALL
git clone https://github.com/hagb4rd/ea-xor.git
cd ea-xor
npm link create keyfile.bin like for instance
dd if=/dev/random of=keyfile.bin bs=1024 count=256USAGE
ea-xor keyfile.bin < inputfile > outputfilethe contents of keyfile.bin will be used as ringbuffer to XOR the input stream bytewise
.. note: xor is commutative so ea-xor A.key < inputfile | ea-xor B.key > outputfile is the same as first B.key then A.key
https://github.com/hagb4rd
