Sha256: 31cff34fee422273bcc64278273f93000d86bcdd92363e5d0bd7061299cc701e

Contents?: true

Size: 875 Bytes

Versions: 2

Compression:

Stored size: 875 Bytes

Contents

# ronin-xor 1 "2023-02-01" Ronin "User Manuals"

## 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`, `--file` *FILE*
: Optional file to process.

`--string` *STRING*
: Optional string to process.

`-M`, `--multiline`
: Process each line of input separately.

`-n`, `--keep-newlines`
: Preserves newlines at the end of each line.

`-k`, `--key` *STRING*
: The XOR key String.

`-K`, `--key-file` *FILE*
: The file to read the XOR key from.

`-h`, `--help`
: Print help information.

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

[ronin-encode](ronin-encode.1.md) [ronin-rot](ronin-rot.1.md)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ronin-2.1.0 man/ronin-xor.1.md
ronin-2.1.0.rc1 man/ronin-xor.1.md