
Advertisment
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.
Views: 1229 |
| by John
C and Cpp - Security
XOR Encryption Tutorial
Learn the basics to xor encryption and write your own program. Some programming knowledge is required such as C/C++ languages.
Views: 1244 |
| by Sean
C and Cpp - Security
Buffer Overflow In Action Tutorial
This tutorial will show you how to buffer overflow programs in order to change the flow of the application , even if this means executing your own...
Views: 1104 |
| by David
C and Cpp - Security
