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
1 day 4 hours ago
1 day 13 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 20 hours ago
1 day 21 hours ago
1 day 22 hours ago
2 days 14 hours ago
2 days 15 hours ago