LORIA99
LORIA99
BSIT-3B
2) Data: Click the … button next to the Data field, navigate to the Desktop and choose the
Hash.txt file.
3) Uncheck HMAC.
b. Make a minor change to the text, such as deleting a letter, or adding a space or period.
c. Click File > Save, and close Notepad.
A0250b198d2733ef2b37c63fdddcd3ed
567c1d610342e8606b82466e4dbf5967
c. Click Calculate.
d. Notice that many of the hash types create a hash of a different length. Why?
Strength of Security: Longer hash values frequently offer more security. It is typically more
computationally difficult for attackers to locate two separate inputs that create the same hash (a
collision) when the hash length is higher because this increases the available output space. Collision
Resistance: Hash functions designed with cryptography in mind should be difficult to identify two
separate inputs that result in the same hash value. In general, finding collisions becomes more difficult
with longer hash lengths.