Sha256: c487eaac56f3e26876e09941a15c2627c4c4ccfbadedc5e27206d0972f0fe5b6
Contents?: true
Size: 782 Bytes
Versions: 5
Compression:
Stored size: 782 Bytes
Contents
# ronin-xor 1 "2023-02-01" Ronin "User Manuals" ## 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(1), ronin-rot(1)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ronin-2.0.5 | man/ronin-xor.1.md |
ronin-2.0.4 | man/ronin-xor.1.md |
ronin-2.0.3 | man/ronin-xor.1.md |
ronin-2.0.2 | man/ronin-xor.1.md |
ronin-2.0.1 | man/ronin-xor.1.md |