by abidins
21. October 2011 16:48
We never keep our confidential information or passwords in open format. That would be very risky, as it might be stolen by someone else. How do we keep our confidential information safe? The best and the easiest way to keep it safe is using some hashing algorithms. In .net, there are couple of hashing algorithms.
- MD5
- SHA1
- SHA256
- SHA384
- SHA512
Let s write a sample application to test these hashing algorithms

And the output of the program is as follows;
