| Using HashDigester Hash Algorithm Classes |
|
|
|
In this section we will show how to use each of the hash algorithm classes that HashDigester implements with Microsoft Visual C++ 2008 Professional. It shows each hash algorithm class testing "abc" data stream. The applications developed are C++ CLR Console Applications, it allows to focus in the basics of using each hash algorithm class. The examples shown are:
Compute Ripemd 128 Hash Algorithm with Ripemd128 Class
Compute Ripemd 160 Hash Algorithm with Ripemd160 Class Compute Ripemd 256 Hash Algorithm with Ripemd256 Class Compute Ripemd 320 Hash Algorithm with Ripemd320 Class Compute Sha 1 Secure Hash Algorithm with Sha1 Class |

