| An Illustrated Guide to Cryptographic Hashes |
| Source: unixwiz.net - Posted by Vincenzo Ciaglia | ||
|
A "hash" (also called a "digest", and informally a "checksum") is a kind of "signature" for a stream of data that represents the contents. The closest real-life analog we can think is "a tamper-evident seal on a software package": if you open the box (change the file), it's detected. Let's first see some examples of hashes at work. Many Unix and Linux systems provide the md5sum program, which reads a stream of data and produces a fixed, 128-bit number that summarizes that stream using the popular "MD5" method. Here, the "streams of data" are "files" Read this full article at unixwiz.net
Only registered users can write comments. Powered by AkoComment! |
||