The latest version of openpgp is 0.6.1-1.

openpgp

Version 0.2 revision 0 uploaded by StephenWeber.

Package meta

Synopsis
Implementation of the OpenPGP message format
Description

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.

There is also a wrapper around http://hackage.haskell.org/package/Crypto that currently does fingerprint generation, signature generation, and signature verification (for RSA keys only).

It is intended that you use qualified imports with this library. If importing both modules, something like this will do:

import qualified Data.OpenPGP as OpenPGP
import qualified Data.OpenPGP.Crypto as OpenPGP
Author
Stephen Paul Weber <singpolyma@singpolyma.net>
Bug reports
http://github.com/singpolyma/OpenPGP-Haskell/issues
Category
Data
Copyright
© 2011 Stephen Paul Weber
Homepage
http://github.com/singpolyma/OpenPGP-Haskell
Maintainer
Stephen Paul Weber <singpolyma@singpolyma.net>
Package URL
n/a
Stability
experimental

Components