A command-line python utility to generate the bytewise xor result of multiple files.
usage: xorfile.py [-h] [-p PARTS] file [file ...]
Write the result of XORing multiple files to stdout. Divide a single file into parts by XOR-ing with random data using the -p option.
positional arguments:
- file - files to XOR
optional arguments:
- -h, --help - show this help message and exit
- -p PARTS, --parts PARTS - divide first file into this number of parts; ignore other arguments