'\" t .\" Title: jose-b64-dec .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" .TH "JOSE\-B64\-DEC" "1" "" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" jose-b64-dec \- Decodes URL\-safe Base64 data to binary .SH "SYNOPSIS" .sp \fBjose b64 dec\fP \-i B64 [\-O BIN] .SH "OVERVIEW" .sp The \fBjose b64 dec\fP command decodes URL\-safe Base64 data to binary format. .SH "OPTIONS" .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} \fB\-i\fP \fIFILE\fP, \fB\-\-base64\fP=\fIFILE\fP : Read Base64 (URL\-safe) data from FILE .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} \fB\-i\fP \-, \fB\-\-base64\fP=\- : Read Base64 (URL\-safe) data from standard input .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} \fB\-O\fP \fIFILE\fP, \fB\-\-binary\fP=\fIFILE\fP : Write binary data to FILE .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} \fB\-O\fP \-, \fB\-\-binary\fP=\- : Write binary data to standard output .RE .SH "EXAMPLES" .sp Decode a simple message: .sp .if n .RS 4 .nf .fam C $ echo SGVsbG8sIFdvcmxkCg | jose b64 dec \-i\- Hello, World .fam .fi .if n .RE .SH "AUTHOR" .sp Nathaniel McCallum \c .MTO "npmccallum\(atredhat.com" "" "" .SH "SEE ALSO" .sp .URL "jose\-b64\-enc.1.adoc" "\fBjose\-b64\-enc\fP(1)" ""