A discussion of cryptographic hash and non-cryptographic hash implementations using C#

Hash algorithms take some data and create fixed size representation. The representations can be of various sizes such as 32/64/128/256/512 bytes. Hash generated are in-general non-reversible i.e you can’t get … Continue reading A discussion of cryptographic hash and non-cryptographic hash implementations using C#