Hashing is an algorithm used to produce a hash value of some piece of data, such as a message or session key. Typical hashing algorithms include MD2, MD4, MD5, SHA-1 and SHA-2. This tutorial will...
Read MoreCategory "Cryptography"
Using OpenSSL Cryptography: Blowfish, DES, RC2, RC4
If you are looking for a cryptography solutions in your project, whether it is Blowfish, DES, RC2 or RC4, perhaps, you can consider to utilize the crypto library which is provided by openssl. In this...
Read MoreStoring encrypted data into text file
This example will utilize the cryptography API on my previous post. If you are new to Microsoft cryptography API, you may refer to the following post, C++ Encryption and Decryption using Microsoft CryptoAPI, for more...
Read MoreC++ Encryption and Decryption using Microsoft CryptoAPI
Do you have any sensitive data (e.g username, password, etc) which you think you want to encrypt it so that nobody can read it easily? In this article, i will show you how the task...
Read More


