What is a Hash?
A hash is a mathematical algorithm that maps data of any size to a bit string of a fixed size. It is a one-way function, meaning you cannot reverse the hash to get the original data.
Usage
MD5: Fast, mostly used for checksums (not secure).
SHA-256: Standard for security and Bitcoin.
SHA-512: Higher security for sensitive data.