hjmeijer / xorfile

A command-line python utility to generate the bytewise xor result of multiple files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xorfile

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

About

A command-line python utility to generate the bytewise xor result of multiple files.


Languages

Language:Python 100.0%