OXFORD UNIVERSITY  COMPUTING LABORATORY

HazGuard: An OpenPGP implementation in Haskell

This is the beginning of an OpenPGP implementation in Haskell. This pulls together the MD5 and SHA-1 modules I've done as well as implementations of CAST5 and inflate which do not yet have their own pages. These are all brought together by the OpenPGP standard.

It is far from complete, but some things should work. The simplest example is to do

gpg -c my_file.txt
(use " " for a passphrase)
rm my_file.txt
./HazGuard my_file.txt.gpg

and it may well give you back the file you first thought of! Works for me with rfc1951.txt.

The latest release is 0.1.0.


Back to the main page.

Random Image
Random Image
Random Image