@muryllo/shuffle
v0.0.1
Published
A simple package and command tool to shuffle files and apply a XOR using & 0xff to all file bytes.
Downloads
1
Readme
Installation
npm install -g @muryllo/shuffle --save
How to use?
shuffle --file=/home/use/file
File before shuffle:
<0xff, 0x87, 0x44, 0x76, 0xba, 0x55, 0xe9>
File after shuffle:
<0x00, 0x78, 0xbb, 0x89, 0x45, 0xaa, 0x16>
Metadata
Muryllo Pimenta de Oliveira – [email protected]
Distributed under MIT license. See LICENSE
for more informations.