logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

sq packet armor - Convert binary to ASCII

Description

       Convert binary to ASCII.

       To  make  encrypted  data  easier  to  handle  and transport, OpenPGP data can be transformed to an ASCII
       representation called ASCII Armor.  sq emits armored data by default, but this subcommand can be used  to
       convert existing OpenPGP data to its ASCII-encoded representation.

       The converse operation is `sq packet dearmor`.

Examples

       Convert a binary OpenPGP message to an ASCII armored OpenPGP message.

              sq packet armor message.bin

       Convert a binary OpenPGP message to an ASCII armored OpenPGP message explicitly choosing the armor label.

              sq packet armor --label=message message.bin

Name

       sq packet armor - Convert binary to ASCII

Options

Subcommandoptions--label=LABEL
              Select the kind of armor header

              [default: auto]

              [possible values: auto, message, cert, key, sig, file]

       --output=FILE
              Write to FILE or stdout if omitted

              [default: -]

        FILE  Read from FILE or stdin if FILE is '-'

              [default: -]

   Globaloptions
       See sq(1) for a description of the global options.

See Also

sq(1), sq-packet(1).

       For the full documentation see <https://book.sequoia-pgp.org>.

Synopsis

sqpacketarmor [OPTIONS] FILE

Version

       1.2.0 (sequoia-openpgp 1.22.0)

Sequoia PGP                                           1.2.0                                                SQ(1)

See Also