Description
Provides an ASCII Armor codec for OpenPGP data as described by RFC 4880. ASCII Armor converts binary OpenPGP data into text blocks that are easier to copy, store, or transmit through text-only channels.
It is useful for encryption tools, key handling, signatures, package verification, and security-related Haskell libraries. It handles the encoding layer, while correct OpenPGP use depends on the surrounding cryptographic workflow.