Applications and libraries/Cryptography
From HaskellWiki
(Difference between revisions)
(updated) |
(fmt) |
||
| Line 1: | Line 1: | ||
{{LibrariesPage}} | {{LibrariesPage}} | ||
| - | == | + | == Libraries == |
;[http://www.haskell.org/crypto The Haskell Cryptographic Library] | ;[http://www.haskell.org/crypto The Haskell Cryptographic Library] | ||
| Line 19: | Line 19: | ||
;[http://web.comlab.ox.ac.uk/oucl/work/ian.lynagh/HazGuard/ HazGuard] | ;[http://web.comlab.ox.ac.uk/oucl/work/ian.lynagh/HazGuard/ HazGuard] | ||
:An (incomplete) implementation of OpenPGP in Haskell. | :An (incomplete) implementation of OpenPGP in Haskell. | ||
| + | |||
| + | {{LibrariesPage}} | ||
Revision as of 02:40, 6 December 2006
This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Libraries and tools.
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.
This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Libraries and tools.
