| QuickCrypt Library |
|
QuickCrypt Library Overview
QuickCrypt Library implements the most popular private key encryption algorithms. It allows Windows developers to perform in their applications encryption/decryption for memory blocks, strings, blobs, streaming data and files.
QuickCrypt Library was designed to be fast, flexible and extremely easy to use.
QuickCrypt Library supports:
7 encryption algorithms: DES, TripleDES (DES-EDE2, DES-EDE3), DESX, Rijndael (known also as AES), Blowfish and GOST;
QuickCrypt Library has 2 interfaces:
QuickCrypt API ( The QuickCrypt API can be used as is, or it can be used to create wrappers for other languages that can use DLLs ).
C++ Interface ( Wrapper classes to QuickCrypt API ).
QuickCrypt Library supports:
Static Linking - When you perform static linking to QuickCrypt Library, the library code is included in your executable file the same way C functions are linked when you use a standard C library.
Dynamic Linking - When you perform dynamic linking to QuickCrypt Library, the library code is loaded at run time from QuickCrypt.dll, and this DLL can be shared by multiple applications.
QuickCrypt Library has no external dependencies such as MFC DLLs, COM/DCOM or other resources.
Note. The trial version of QuickCrypt Library will cause a 10 seconds delay when running any application that uses it. To remove this delay you have to register the QuickCrypt Library.
See Also QuickCrypt Library Installation, How to register QuickCrypt Library
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickCrypt Library |