Line 164:
Line 164:
;Hash
;Hash
−
:A way of verifying file integrity, often as a security measure. Basically, a hash function is used when examining a file, outputting a short string or integer. This value can be stored for later comparison. If the file has been altered, repeating the same process with the same hash function will produce a different result. When the result is compared to the stored value, if it does not match, it is an indication that the file cannot be trusted.
+
:A way of verifying file integrity, often as a security measure. Basically, a hash function is a complex math algorithm used when examining a file, outputting an integer value as a result. This value can be stored for later comparison. If the file has been altered, repeating the same process with the same hash function will produce a different result. When the result is compared to the stored value, if it does not match, it is an indication that the file cannot be trusted.
;Hexadecimal (Hex)
;Hexadecimal (Hex)