MD5 hashes are a way of verifying the integrity of a file and that no one has changed or messed with the file in any way.
You can use the tool md5sum (installed by default on Debian) to create a hash. So for example,
Code:
joe@terrarum:~$ md5sum /bin/ls
ce1243c8b432abc494b01ff36ea909ef /bin/ls
Now if I were to transfer /bin/ls to another computer, I could run the command again. If the md5sum matches, that means the file has not been tampered with and everything is fine.
Recent comments
8 hours 1 min ago
12 hours 54 min ago
21 hours 46 min ago
22 hours 46 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 7 hours ago
1 day 14 hours ago
1 day 23 hours ago
2 days 1 hour ago