Line 155:
Line 155:
;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.
;Hexadecimal (Hex)
;Hexadecimal (Hex)