openpgp

Implementation of the OpenPGP message format

http://github.com/singpolyma/OpenPGP-Haskell

Latest on Hackage:0.6.1@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-OtherLicense licensed and maintained by Stephen Paul Weber

This is an OpenPGP library inspired by my work on OpenPGP libraries in Ruby https://github.com/singpolyma/openpgp, PHP http://github.com/singpolyma/openpgp-php, and Python https://github.com/singpolyma/OpenPGP-Python.

It defines types to represent OpenPGP messages as a series of packets and then defines instances of Data.Binary for each to facilitate encoding/decoding.

For performing cryptography, see http://hackage.haskell.org/package/openpgp-crypto-api or http://hackage.haskell.org/package/openpgp-Crypto

For dealing with ASCII armor, see http://hackage.haskell.org/package/openpgp-asciiarmor

It is intended that you use qualified imports with this library.

import qualified Data.OpenPGP as OpenPGP