[SOLVED] What is hash number and should I check it when downloading?
Posted: Tue Aug 11, 2015 1:31 pm
What is hash number and should I check it when downloading
?

https://forum.qbittorrent.org/
See here for other terms and explanations: https://en.wikipedia.org/wiki/Glossary_of_BitTorrent_termsHash
The hash is a string of alphanumeric characters (typically hexadecimal) in the .torrent file that the client uses to verify the data that is being transferred. "Hash" is the shorter form of the word "hashsum".
Torrent files contain information like the file list, sizes, pieces, etc. Every piece received is first checked against the hash. If it fails verification, the data is discarded and requested again.
Hash checks greatly reduce the chance that invalid data is incorrectly identified as valid by the BitTorrent client, but it is still possible for invalid data to have the same hash value as the valid data and be treated as such. This is known as a hash collision. Torrent and p2p files typically use 160 bit hashes that are reasonably free from hash collision problems, so the probability of bad data being received and passed on is extraordinarily small.