NAME
ronin-xor - XORs each character of data with a key.
SYNOPSIS
ronin xor [options] [FILE …]
DESCRIPTION
XORs each character of data with a key.
ARGUMENTS
- FILE
- The optional file to read and process. If no FILE arguments are given,
input will be read from
stdin.
OPTIONS
-f,--fileFILE- Optional file to process.
--stringSTRING- Optional string to process.
-M,--multiline- Process each line of input separately.
-n,--keep-newlines- Preserves newlines at the end of each line.
-k,--keySTRING- The XOR key String.
-K,--key-fileFILE- The file to read the XOR key from.
-h,--help- Print help information.
AUTHOR
Postmodern postmodern.mod3@gmail.com