OpenPGPASCIIarmoring
OpenPGP ASCII armor is a text encoding defined by the OpenPGP standard for representing binary OpenPGP data as printable ASCII. It enables the transmission of OpenPGP packets through channels that may not preserve binary data, such as email, chat, or paste buffers.
An armored block begins with a header line such as -----BEGIN PGP MESSAGE BLOCK----- and ends with
The ASCII armor is text-only, and when decoded by an OpenPGP implementation, the original binary packets are
Usage notes: ASCII armor should be used when the transport medium is not binary-safe; however, it does