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 guide you through the steps to create a Win32 console based sample application, which consists of cryptographic hashing function, by......
[ Click to Continue ]Category "Cryptography"
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 tutorial, i am going to show you how it can be easily implemented into the C++ project solution....
[ Click to Continue ]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 information on how to use the cryptography API. The objective of this example is to encrypt a string from edit......
[ Click to Continue ]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 can be acheived easily by using Microsoft cryptography API. The following diagram shows the steps involved in this cryptography demo......
[ Click to Continue ]
Hashing Tutorial by Using Microsoft Cryptographic Service Providers