QuickHash

Table Of Contents:

Before diving into QuickHash, I would like to show you the table of contents.

What Is A Hash?

A Hash is a function that converts one value to another.  Hashing data is a common practice in computers and it is used for several different purposes. Examples include cryptography, compression, checksum generation, and data indexing.   

The most common types of hash are:    
           • MD5 
           • SHA-1 
           • SHA-3 
           • SHA256 
           • SHA512    

The most common purpose of hash is to verify files. It can be really good to identify files that are modified while being downloaded.  

BACK TO TABLE OF CONTENTS