Difference between revisions of "Applications and libraries/Cryptography"

From HaskellWiki
Jump to navigation Jump to search
m (Libraries and tools/Cryptography moved to Applications and libraries/Cryptography)
m (updated link)
Line 6: Line 6:
 
:A library of cryptographic functions collected together in one package.
 
:A library of cryptographic functions collected together in one package.
   
;[http://www.cif.rochester.edu/~sankeld/RSA/ RSA]
+
;[http://www.netsuperbrain.com/rsa-haskell.html RSA-Haskell]
 
:A number theory library, RSA library, and RSA programs.
 
:A number theory library, RSA library, and RSA programs.
   

Revision as of 12:01, 12 May 2007

This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Applications and libraries.

Libraries

The Haskell Cryptographic Library
A library of cryptographic functions collected together in one package.
RSA-Haskell
A number theory library, RSA library, and RSA programs.
Implementations of MD5, SHA1 and DES
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 Applications and libraries.