EGL202 - Lab - 1 - Compare Data With A Hash (Student)
EGL202 - Lab - 1 - Compare Data With A Hash (Student)
A. Objectives
Use a hashing program to verify the integrity of data.
B. Introduction
It is important to understand when data has been corrupted or it has been tampered with. A
hashing program can be used to verify if data has changed, or if it has remained the same. A
hashing program performs a hash function on data or a file, which returns a (usually much shorter)
value.
There are many different hash functions, some very simple and some very complex. When the
same hash is performed on the same data, the value that is returned is always the same. If any
change is performed on the data, the hash value returned will be different.
Note:
You will need installation privileges and some knowledge of the process to install Windows
programs.
4) Navigate to Desktop.
4) Click Finish on the last screen, and close the README file if it opened. You may read
the file if you wish.
418971d10406b135559a6edc067ca305
2) Make a minor change to the text, such as deleting a letter, or adding a space or period.
________________________________________________________________________
yes_____________________________________________________________________
___
3) Click Calculate.
4) Notice that many of the hash types create a hash of a different length. Why?