Sat 10 May 2008
A Brief Intro To Cryptographic Hashes/MD5 (Video)
Posted by hevnsnt under Internet , Learning , SoftwareNo Comments
from Iron Geek
A cryptographic hash function takes an input and returns a fixed size string that corresponds to it, called a hash. Cryptographic hashes have a lot of uses, some of which are: detecting data changes, storing or generating passwords, making unique keys in databases and ensuring message integrity. This video will mostly cover detecting file changes, but I hope it gets your mind going in the right direction for how hashes can be used. Specifically covered will be tools for creating MD5 hashes in Windows and Linux.
Leave a Reply
You must be logged in to post a comment.