Security

LTFCrypt

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

XOR Encryption Tutorial

Learn the basics to xor encryption and write your own program. Some programming knowledge is required such as C/C++ languages.

Base64 Bit Encryption Tutorial

This is a short but complete tutorial, that will show you how the Base 64 Bit encrypting algorithm works. Includes some code examples in C++ as well.