Sha256: 71176d13d2e8b7864a8050db48522e6f953efafd726c5061203edf8674efe0b6

Contents?: true

Size: 1.72 KB

Versions: 2

Compression:

Stored size: 1.72 KB

Contents

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

## NAME

ronin-decode - Decodes each character of data from a variety of encodings

## SYNOPSIS

`ronin decode ` [*options*] [*FILE* ...]

## DESCRIPTION

Decodes each character of the given data from a variety of formats.

## 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.

`--base16`
: Base16 decodes the data.

`--base32`
: Base32 decodes the data.

`-b`, `--base64`[`=`*strict*\|*url*]
: Base64 decodes the data. If the `strict` or `url` option value is given,
  it will enable `strict` or `url` Base64 encoding mode, respectively.

`-z`, `--zlib`
: Zlib uncompresses the data.

`-g`, `--gzip`
: gzip uncompresses the data.

`-c, `--c`
: Decodes the data as a C string.

`-X`, `--hex`
: Hex decode the data (ex: `414141...`).

`-H`, `--html`
: HTML decodes the data.

`-u`, `--uri`
: URI decodes the data.

`--http`
: HTTP decodes the data.

`-j`, `--js`
: JavaScript decodes the data.

`-S`, `--shell`
: Decodes the data as a Shell String.

`-P`, `--powershell`
: Decodes the data as a PowerShell String.

`--punycode`
: Decodes the data as Punycode.

`-Q`, `--quoted-printable`
: Decodes the data as Quoted Printable.

`-R`, `--ruby`
: Ruby decodes the data.

`--uudecode`
: uudecodes the data.

`-x`, `--xml`
: XML decodes the data.

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

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

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

Version data entries

2 entries across 2 versions & 1 rubygems

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