Applications and libraries/Cryptography
From HaskellWiki
(Difference between revisions)
(2 new crypto libs) |
(+HazGuard, an OpenPGP in Haskell) |
||
| Line 17: | Line 17: | ||
;[http://davidmercer.nfshost.com/projects/shaskell/shaskell.html Shaskell] | ;[http://davidmercer.nfshost.com/projects/shaskell/shaskell.html Shaskell] | ||
:A SHA2 library for sha256 and sha512 hashes, written in pure Haskell. | :A SHA2 library for sha256 and sha512 hashes, written in pure Haskell. | ||
| + | |||
| + | ;[http://web.comlab.ox.ac.uk/oucl/work/ian.lynagh/HazGuard/ HazGuard] | ||
| + | :An (incomplete) implementation of OpenPGP in Haskell. | ||
Revision as of 06:28, 30 March 2006
- The copyright status of this work is not known. Please help resolve this on the talk page.
This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Libraries and tools.
Cryptography and hashing libraries
- The Haskell Cryptographic Library
- A library of cryptographic functions collected together in one package.
- RSA
- A number theory library, RSA library, and RSA programs.
- PAM authentication
- PAM (Pluggable Authentication Modules) is a library that makes the task of authenticating a user easier for application developers. Instead of writing a backend for every authentication library (kerberos, shadow, ldap etc.) you only have to write an interface for pam.
- Shaskell
- A SHA2 library for sha256 and sha512 hashes, written in pure Haskell.
- HazGuard
- An (incomplete) implementation of OpenPGP in Haskell.
