New article “Hash functions”

It is possible to use cryptographic methods to not only ensure data privacy, but also check its integrity. As a rule, integrity is checked with the help of the so-called “checksum”. Specialists developed a lot of algorithms that calculate the checksum of transferred or stored data. If performance is the key factor, a regular checksum (such as CRC32) is quite enough for most applications. read more…