LLCryptoLib 2.0.1024
LCryptoLib is a .NET library which allows programmers to easily add encryption, integrity and authentication services to their software. It is compatible with MS .NET and Novell Mono environments. It also provides shredding methods.
It offers both asymmetrical and symmetrical encryption classes and hashing functions for text and binary files plus full shredding capabilities. It also offers methods for digital certificates and public key management. It is free for non commercial uses.
It is free for students and academic purposes. Enterprise or commercial licenses must be purchased (see enclosed licensing options).
It is engineered to be easy to use and standard compliant, fully compatible with ASP.NET Web Applications and Visual C#, Visual Basic .NET, Managed C++ .NET Applications.
LLCryptoLib can be linked to managed (.NET) and unmanaged (COM) projects.
Hashing algorithms:
* CRC32
* FCS16/32
* GOST
* ADLER32
* HAVAL
* MD2/4
* MD5
* SHA1-384
* SKEIN
* TIGER
* RIPEMD160
* WHIRLPOOL
Encryption algorithms:
* ROT13
* Playfair
* PseudoDES
* DES
* Triple DES
* Rijndael (AES)
* CAST5
* ARC4
* Blowfish
* Threefish
* RSA
Digital Certificates:
* PEM
* CER
* PFX
* X509
Text to binary conversions:
* Plain text (UTF8)
* Hexadecimal (with 4 styles)
* Base64
Storage Shredding algorithms
* US Department of Defense (DoD)
* Guttman Simple
* Navso P-5329-26
* German VSITR5
* HMG Infosec Standard 5
Library features:
* .NET API Compliant
(algorithms implements System.Security.Cryptography.SymmetricAlgorithm)
* Asynchronous feedback on operations through delegates
* Enum's based algorithm choice
* MSDN Style documentation on both HTML and WinHelp formats
LLCryptoLib is part of the popular Folder Crypt software by LittleLite.