Sha256: b3788b641880256959cddad39472add9fc5002b3eb4311f90b4be7513da3c437

Contents?: true

Size: 1.83 KB

Versions: 3

Compression:

Stored size: 1.83 KB

Contents

.\" Generated by kramdown-man 0.1.8
.\" https://github.com/postmodern/kramdown-man#readme
.TH ronin-encode 1 "May 2022" Ronin "User Manuals"
.LP
.SH SYNOPSIS
.LP
.HP
\fBronin encode \fR \[lB]\fIoptions\fP\[rB] \[lB]\fIFILE\fP \.\.\.\[rB]
.LP
.SH DESCRIPTION
.LP
.PP
Encodes each character of the given data into a variety of formats\.
.LP
.SH ARGUMENTS
.LP
.TP
\fIFILE\fP
The optional file to read and process\. If no \fIFILE\fP arguments are given,
input will be read from \fBstdin\fR\.
.LP
.SH OPTIONS
.LP
.TP
\fB-f\fR, \fB--file\fR \fIFILE\fP
Optional file to process\.
.LP
.TP
\fB--string\fR \fISTRING\fP
Optional string to process\.
.LP
.TP
\fB-M\fR, \fB--multiline\fR
Process each line of input separately\.
.LP
.TP
\fB-n\fR, \fB--keep-newlines\fR
Preserves newlines at the end of each line\.
.LP
.TP
\fB--base32\fR
Base32 encodes the data\.
.LP
.HP
\fB-b\fR, \fB--base64\fR\[lB]\fB=\fR\fIstrict\fP\[or]\fIurl\fP\[rB]
Base64 encodes 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\.
.LP
.HP
\fB-c, \fR\-\-c\`
Encodes the data as a C string\.
.LP
.TP
\fB-X\fR, \fB--hex\fR
Hex encode the data (ex: \fB414141...\fR)\.
.LP
.TP
\fB-H\fR, \fB--html\fR
HTML encodes the data\.
.LP
.TP
\fB-u\fR, \fB--uri\fR
URI encodes the data\.
.LP
.TP
\fB--http\fR
HTTP encodes the data\.
.LP
.TP
\fB-j\fR, \fB--js\fR
JavaScript encodes the data\.
.LP
.TP
\fB-S\fR, \fB--shell\fR
Encodes the data as a Shell String\.
.LP
.TP
\fB-P\fR, \fB--powershell\fR
Encodes the data as a PowerShell String\.
.LP
.TP
\fB-R\fR, \fB--ruby\fR
Encodes the data as a Ruby String\.
.LP
.TP
\fB-x\fR, \fB--xml\fR
XML encodes the data\.
.LP
.TP
\fB-h\fR, \fB--help\fR
Print help information\.
.LP
.SH AUTHOR
.LP
.PP
Postmodern 
.MT postmodern\.mod3\[at]gmail\.com
.ME
.LP
.SH SEE ALSO
.LP
.PP
ronin\-decode(1)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ronin-2.0.0.beta3 man/ronin-encode.1
ronin-2.0.0.beta2 man/ronin-encode.1
ronin-2.0.0.beta1 man/ronin-encode.1