The openpgp package
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/openpgp-crypto-api or http://hackage.haskell.org/openpgp-Crypto
It is intended that you use qualified imports with this library.
import qualified Data.OpenPGP as OpenPGP
Properties
| Versions | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6 |
|---|---|
| Dependencies | base (4.*), binary, bytestring, bzlib, utf8-string, zlib |
| License | OtherLicense |
| Copyright | © 2011-2012 Stephen Paul Weber |
| Author | Stephen Paul Weber <singpolyma@singpolyma.net> |
| Maintainer | Stephen Paul Weber <singpolyma@singpolyma.net> |
| Stability | experimental |
| Category | Data |
| Home page | http://github.com/singpolyma/OpenPGP-Haskell |
| Bug tracker | http://github.com/singpolyma/OpenPGP-Haskell/issues |
| Source repository | git clone git://github.com/singpolyma/OpenPGP-Haskell.git |
| Upload date | Mon Aug 6 16:31:35 UTC 2012 |
| Uploaded by | StephenWeber |
| Built on | ghc-7.4 |
| Distributions | Debian: 0.4 |
Modules
- Data
Downloads
- openpgp-0.4.tar.gz (Cabal source package)
- package description (included in the package)