 |
RC-Crypt
RC-Crypt: Implementation of RC5 (128) in C. (Programming Libraries)
http://www.ricksoft.co.uk/downloads/rccrypt/rccrypt.htm |
 |
Catacomb Cryptographic Library
Catacomb Cryptographic Library: Library of cryptographic primitives in ANSI C, including block ciphers and hash functions, together with generic modes of operation. Also includes simple key management system, multiprecision arithmetic, and public key algorithms. (Programming Libraries)
http://www.excessus.demon.co.uk/misc-hacks/index.html#catacomb |
 |
Snapcrypt - Cryptography Algorithms
Snapcrypt - Cryptography Algorithms: A library for the TMS320C54x DSP, contains algorithms for symmetric block ciphers, one-way hash functions, public key encryption and digital signature. (Programming Libraries)
http://www.snapshield.com/Products_licensing_fs.html |
 |
Cryptlib Encryption Toolkit
Cryptlib Encryption Toolkit: A powerful security toolkit which allows even inexperienced crypto programmers to easily add encryption and authentication services to their software. (Programming Libraries)
http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ |
 |
BeeCrypt
BeeCrypt: An open source cryptography library that contains highly optimized C and assembler implementations of many well-known algorithms including Blowfish, MD5, SHA-1, Diffie-Hellman and ElGamal. (Programming Libraries)
http://www.virtualunlimited.com/products/beecrypt/ |
 |
CypherMath - Cryptographic Math Package
CypherMath - Cryptographic Math Package: Gives your applications access to multi-precision integer math routines with just a function call. Full source code available. For VB, C++, or embedded systems. (Programming Libraries)
http://www.cyphercalc.com/math |
 |
Botan
Botan: An open-source C++ crypto library that includes block and stream ciphers, hash functions, MACs, and public key algorithms, along with an easy to use filter-based interface. (Programming Libraries)
http://botan.randombit.net/ |
 |
libmcrypt
libmcrypt: Supports the following algorithms; BLOWFISH, TWOFISH, DES, TripleDES, 3-WAY, SAFER-sk64, SAFER-sk128, SAFER+, LOKI97, GOST, RC2, RC6, MARS, IDEA, RIJNDAEL-128 (AES), RIJNDAEL-192, RIJNDAEL-256, SERPENT, CAST-128, CAST-256, ARCFOUR and WAKE. ANSI C. (Programming Libraries)
http://mcrypt.hellug.gr/#_libmcrypt |
 |
Network Security Services
Network Security Services: Mozilla's NSS, is a set of libraries designed to support cross-platform development of security-enabled server applications. (Programming Libraries)
http://mozilla.org/projects/security/pki/nss/ |
 |
CTC
CTC: CTClib (PGP-interoperable ANSI C encryption software library) and CTCjava (Java crypto components and application). (Programming Libraries)
http://www.bifroest.demon.co.uk/ctc/ |
 |
Dragonate Technologies Ltd.
Dragonate Technologies Ltd.: Offers Elliptic Curve software. including ECDSACom, an ActiveX control, and borZoi, an open source library. Includes product descriptions and contact information. (Programming Libraries)
http://www.dragongate-technologies.com/products.html |
 |
RSA MD5 Visual C++
RSA MD5 Visual C++: An implementation of the message digest algorithm. Includes a performance measurement facility. (Programming Libraries)
http://www.langfine.com/rsa_md5.htm |
 |
SSL++ -- C++ Wrapper arround OpenSSL library
SSL++ -- C++ Wrapper arround OpenSSL library: SSL++ is simple C++ library encapsulating OpenSSL functionality to make it simple and easily accessible to C++ programmers. (Programming Libraries)
http://www.total-knowledge.com/progs/sslpp |
 |
OpenSSL
OpenSSL: A collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography (Programming Libraries)
http://www.openssl.org/ |
 |
PrimeInk
PrimeInk: Tools to work with X.509 certificates and revocation lists, various security syntax and messaging formats, a time stamping API, public key encryption algorithms, key exchange protocols, and a range of secure hash functions. Lists types of uses and compat (Programming Libraries)
http://www.cryptomathic.com/products/primeink_index.html |
 |
SlavaSoft QuickHash Library
SlavaSoft QuickHash Library: Add hash (MD2, MD5, SHA-1, SHA-2, RIPEMD-160, PANAMA, TIGER), checksum (CRC32, ADLER32) and HMAC (HMAC-MD5, HMAC-SHA1, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, HMAC-RIPEMD160, HMAC-PANAMA, HMAC-TIGER) calculations to your Windows apps quickly and easily. C+ (Programming Libraries)
http://www.slavasoft.com/quickhash |
 |
The source code of the 128-bit PC1 cipher algorithm
The source code of the 128-bit PC1 cipher algorithm: In C, Delphi, Java, Perl and Visual Basic. (Programming Libraries)
http://membres.lycos.fr/pc1 |
 |
Sysepub
Sysepub: A Java open source cipher that combines one time pad with public and private keys. (Programming Libraries)
http://it.geocities.com/teutoburgo/java/sysepub.html |
 |
TPCrypt by Technology Pathways LLC
TPCrypt by Technology Pathways LLC: Cryptographic classes for Microsoft .NET. Includes DES, TripleDES, RC2, and Rijndael (AES) implementations. (Programming Libraries)
http://www.TechPathways.com/DesktopDefault.aspx?tabindex=3&tabid=3 |
 |
MD5 Homepage (unofficial)
MD5 Homepage (unofficial): Information and implementation in various languages. (Programming Libraries)
http://userpages.umbc.edu/%7emabzug1/cs/md5/md5.html |
 |
QuartzLight in Java
QuartzLight in Java: Implements the public key signature system QuartzLight in Java where QuartzLight refers to a research version of the Quartz standard. (Programming Libraries)
http://www.christopher-wolf.de/ql/ |
 |
Emacs Cryptographic Library and Tools
Emacs Cryptographic Library and Tools: Includes code for IDEA, Blowfish, SHA-1, MD5, RC16 (RC4 extension), an initial implementation of DES and a few related toys. (Programming Libraries)
http://web.mit.edu/thouis/www/ecrypto.html |
 |
Entrust Dev-Net
Entrust Dev-Net: A variety of tools to add PKI functionality to your application. (Programming Libraries)
https://www.entrust.com/developer/software/index.htm |
 |
Punkroy and the Cypher Project
Punkroy and the Cypher Project: Collection of programming examples on encryption including: file encryption, steganography in images and sound, data base record encryption, and password verification. All written in Pascal, all source code available. (Programming Libraries)
http://drque.net/Punkroy/Programs.html |
 |
Applied Cryptography Code
Applied Cryptography Code: The code from the Applied Cryptography disk, available outside the US. (Programming Libraries)
ftp://ftp.zedz.net/pub/crypto/applied-crypto/ |
 |
Hidden Field Equations (HFE) in Java
Hidden Field Equations (HFE) in Java: A free implementation of the public key cryptography system with source code and documentation. (Programming Libraries)
http://www.christopher-wolf.de/hfe/ |
 |
The Iraqi Block Cipher (IBC)
The Iraqi Block Cipher (IBC): Contains C source code. (Programming Libraries)
http://the.wiretapped.net/security/cryptography/algorithms/ibc/ibc.c |
 |
BSAFEeay
BSAFEeay: A free, public domain implementation of RSA Data Security's BSAFE API, using the SSLeay crypto library. (Programming Libraries)
https://www.cypherpunks.to/bsafeeay/ |
 |
Crypto++
Crypto++: Free C++ library for cryptography: includes ciphers, message authentication codes, one-way hash functions, public-key cryptosystems, and key agreement schemes. (Programming Libraries)
http://www.eskimo.com/~weidai/cryptlib.html |