Skip to content

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

Notifications You must be signed in to change notification settings

hjmeijer/xorfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages