.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-decode 1 "2023-02-01" Ronin "User Manuals" .SH NAME .PP ronin\-decode \- Decodes each character of data from a variety of encodings .SH SYNOPSIS .PP \fBronin decode \fR \[lB]\fIoptions\fP\[rB] \[lB]\fIFILE\fP \.\.\.\[rB] .SH DESCRIPTION .PP Decodes each character of the given data from a variety of formats\. .SH ARGUMENTS .TP \fIFILE\fP The optional file to read and process\. If no \fIFILE\fP arguments are given, input will be read from \fBstdin\fR\. .SH OPTIONS .TP \fB\-f\fR, \fB\-\-file\fR \fIFILE\fP Optional file to process\. .TP \fB\-\-string\fR \fISTRING\fP Optional string to process\. .TP \fB\-M\fR, \fB\-\-multiline\fR Process each line of input separately\. .TP \fB\-n\fR, \fB\-\-keep\-newlines\fR Preserves newlines at the end of each line\. .TP \fB\-\-base16\fR Base16 decodes the data\. .TP \fB\-\-base32\fR Base32 decodes the data\. .TP \fB\-b\fR, \fB\-\-base64\fR\[lB]\fB\[eq]\fR\fIstrict\fP\[or]\fIurl\fP\[rB] Base64 decodes the data\. If the \fBstrict\fR or \fBurl\fR option value is given, it will enable \fBstrict\fR or \fBurl\fR Base64 encoding mode, respectively\. .TP \fB\-z\fR, \fB\-\-zlib\fR Zlib uncompresses the data\. .TP \fB\-g\fR, \fB\-\-gzip\fR gzip uncompresses the data\. .TP \fB\-c, \fR\-\-c\` Decodes the data as a C string\. .TP \fB\-X\fR, \fB\-\-hex\fR Hex decode the data (ex: \fB414141\.\.\.\fR)\. .TP \fB\-H\fR, \fB\-\-html\fR HTML decodes the data\. .TP \fB\-u\fR, \fB\-\-uri\fR URI decodes the data\. .TP \fB\-\-http\fR HTTP decodes the data\. .TP \fB\-j\fR, \fB\-\-js\fR JavaScript decodes the data\. .TP \fB\-S\fR, \fB\-\-shell\fR Decodes the data as a Shell String\. .TP \fB\-P\fR, \fB\-\-powershell\fR Decodes the data as a PowerShell String\. .TP \fB\-\-punycode\fR Decodes the data as Punycode\. .TP \fB\-Q\fR, \fB\-\-quoted\-printable\fR Decodes the data as Quoted Printable\. .TP \fB\-R\fR, \fB\-\-ruby\fR Ruby decodes the data\. .TP \fB\-\-uudecode\fR uudecodes the data\. .TP \fB\-x\fR, \fB\-\-xml\fR XML decodes the data\. .TP \fB\-h\fR, \fB\-\-help\fR Print help information\. .SH AUTHOR .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME .SH SEE ALSO .PP .BR ronin\-encode (1)