Sponsor:

Your company here, and a link to your site. Click to find out more.

sq-toolbox-dearmor - Man Page

Convert ASCII to binary

Synopsis

sq toolbox dearmor [Options] FILE

Description

Convert ASCII to binary.

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.

The converse operation is `sq toolbox armor`.

Options

Subcommand options

-o, --output=FILE

Write to FILE or stdout if omitted

[default: -]

FILE

Read from FILE or stdin if omitted

[default: -]

Global options

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

Examples

Convert a ASCII certificate to binary

    sq toolbox dearmor ascii-juliet.pgp

Convert a ASCII message to binary

    sq toolbox dearmor ascii-message.pgp

See Also

sq(1), sq-toolbox(1).

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

Version

0.35.0 (sequoia-openpgp 1.20.0)

Referenced By

sq-toolbox(1).

0.35.0 Sequoia PGP