Threats to Information Security and What the Hash you could do about it
http://www.mfbzone.com/img/my%20pages/information.png What are Hash Functions? A cryptographic hash functions is a mathematical formula that helps you convert a given value to another value that is of a fixed length and is irreversible. The result is much smaller than that of the original input to the function and are comparatively faster (unlike in using cipher techniques). A good hash function will never result give the same result for two distinct inputs; even if a bit is changed the whole hash value changes (avalanche effect). I mentioned that hash functions are faster compared to ciphers. But they shouldn't be able to compute too quickly either, which may result in the function being labeled as brittle. These attributes of hash functions allows them to be used in multitude of real-world use cases like, Integrity protection in messages and software Hashing the certificate in HTTPS Digital signature Creating database indexes https://cdn.auth0.com/blog/hashi