
Publisher's description
Would you like to use C++ to build your own file encryption program? This real-world example source code package contains a fully functional program that encrypts and decrypts text or binary files.
This is an easy way for you to learn how to use Visual C++ with LibTomCrypt, a public domain and an ISO C cryptography library, to build your own file encryption program. Supported ciphers: aes, blowfish, xtea, rc5, rc6, safer+, twofish, safer-k64, safer-sk64, safer-k128, safer-sk128, rc2, des, 3des, cast5, noekeon, skipjack, khazad, and anubis.
In this example source codes, the symmetric block cipher chaining mode used is CTR (Counter Mode). However, LibTomCrypt also has support for other modes such as CFB, OFB, ECB, CBC.
If you use LibTomCrypt, your program does not need any external encryption DLLs or software components. There is no DLL linking so you do not need to distribute any supporting DLLs. There is only static linking using tomcrypt.lib. In addition, there are no messy COM installation problems.
LTFCrypt, a free and fully functional program that allows you to encrypt and decrypt any text or binary files can be downloaded from http://www.yeohhs.com/ltfcrypt.htm
The LTFCrypt example source code package comes with Visual C++ projects and source codes for Visual C++ 6.0 (file size 652 KB) and Visual C++ 7.x (file size 776 KB) or later.
This product comes with a 60-day money back guarantee. All purchasers are also entitled to receive the next updated version free of charge. All orders are processed via an easy and secure online shopping system.
Easy Way to Build E-Greetings in C++ |
Would you like to create your own personalized multi-media greeting cards using Visual C++? Use this C++ source codes to create customized greeting cards for any occasion or recipient. It will be a useful marketing tool for your business.
Easy Way to Create eBooks using C++ |
This eBook "How to Create an eBook Using Visual C++" is a step-by-step illustrated guide for Visual C++ developers to learn how to compile HTML files into a Windows executable, therefore avoiding the need to use commercial HTML compilers.
Easy Way to Use MySQL++ |
Would you like to know how to create MySQL client applications using Visual C++ with MySQL++ class library?
Easy Way to Use SQLite |
Would you like to know how to create embedded SQL database applications using using Visual C++ with SQLite? Download this sample eBook.
J2EE Guides |
#1 Beginner's Guide to Using Eclipse for Java Development, a step-by-step illustrated guide.
#2 Guide to Java Web Development Tools: Using Eclipse with Tomcat to access MySQL using JSP.
#3 Guide to Servlet Development: Using Eclipse with Tomcat.
myphpbooks |
Learn from commented example how to build a php program that uses MySQL to keep a database of your books.
MySharpCode |
Learn how to use C# with ADO.NET Data Provider for SQLite to create a program that keeps a database of C# code snippets. The SQLite database included with the free program contains C# programming tips and techniques.
MySharpEbook |
Would you like to create your own e-book, e-brochure, e-catalog, e-magazine, etc. using Visual C#? Use this C# source codes to create customized e-publications for any occasion or recipient. It will be a useful marketing tool for your business.
MySharpSQL |
Learn from ebook and well commented example source codes, the easy way to use MySQL with C#. In addition to an ebook, this package contains a real world .NET program that allows you to manage a collection of MySQL and C# programming notes.
RosAsm Guide #1 |
RosAsGuide #1 Creating a Win32 program with start-up and standard menu
This is the beginning of a series of articles about using RosAsm to create Win32 programs. Each article shall be presented in a step-by-step illustrated style with some comments.
RosAsm Guide #2 |
Creating a Win32 DLL and a Program to Test the DLL
This is the beginning of a series of articles about using RosAsm to create Win32 programs. Each article shall be presented in a step-by-step illustrated style with some comments.
Win32 NASM Guide #1 |
Beginner's Guide Series - Win32 Assembly Programming with NASM
Guide #1 Getting Win32 NASM Tools and Building a Simple Win32 Dialog-based Test Program