.TH SQ 1 1.2.0 "Sequoia PGP" "User Commands" .SH NAME sq packet dearmor \- Convert ASCII to binary .SH SYNOPSIS .br \fBsq packet dearmor\fR [\fIOPTIONS\fR] \fIFILE\fR .SH DESCRIPTION Convert ASCII to binary. .PP To make encrypted data easier to handle and transport, OpenPGP data can be transformed to an ASCII representation called ASCII Armor. sq transparently handles armored data, but this subcommand can be used to explicitly convert existing ASCII\-encoded OpenPGP data to its binary representation. .PP The converse operation is `sq packet armor`. .PP .SH OPTIONS .SS "Subcommand options" .TP \fB\-\-output\fR=\fIFILE\fR Write to FILE or stdout if omitted .IP [default: \fB\-\fR] .TP \fIFILE\fR Read from FILE or stdin if FILE is '\-' .IP [default: \fB\-\fR] .SS "Global options" See \fBsq\fR(1) for a description of the global options. .SH EXAMPLES .PP .PP Convert an ASCII armored OpenPGP message to a binary OpenPGP message. .PP .nf .RS sq packet dearmor \-\-output=message.bin message.pgp .RE .fi .SH "SEE ALSO" .nh \fBsq\fR(1), \fBsq\-packet\fR(1). .hy .PP For the full documentation see . .SH VERSION 1.2.0 (sequoia\-openpgp 1.22.0)