Questions tagged [checksums]

A checksum or hash sum

is a fixed-size datum computed from an arbitrary block of digital data for the purpose of detecting accidental errors that may have been introduced during its transmission or storage. The integrity of the data can be checked at any later time by recomputing the checksum and comparing it with the stored one. If the checksums match, the data were almost certainly not altered (either intentionally or unintentionally).

The procedure that yields the checksum from the data is called a checksum function or checksum algorithm. A good checksum algorithm will yield a different result with high probability when the data is accidentally corrupted; if the checksums match, the data is very likely to be free of accidental errors.

77 questions
346
votes
6 answers

How do I check the SHA1 hash of a file?

How do I check the SHA1 hash of a file?
Lincity
  • 25,371
2
votes
1 answer

md5deep create checksum for directory with relative paths

How do I create checksum for a directory with md5deep, for checking duplication in another location? For example: I want to create checksum file for /home/user/Documents and I want check duplicate in /media/usb/Documents. If I use this: md5deep -r…
Ivan
  • 769
2
votes
2 answers

is there a simple way to check a live CD for errors?

I was trying to use 2 methods "HOWTOMD5SUM" and "HOWTOSHA256SUM", but they are all way complicated for a newbie. Is there an application that could do the same in a simple way? I've already tried "checksum calculator" too, but it seems to work on…
Elysium
  • 11,012
1
vote
1 answer

How to generate sha1 hashes of a whole dvd?

How can I generate one text-file containing all sha1 hashes of all files on a dvd with many folders and subfolders?
0
votes
1 answer

What is the checksum value for kubuntu-16.04.3-desktop-amd64.iso?

Running WinMD5Free v1.20 said it's not matching current 8d8413fe8d7ca81bdab86180e8d5386e What is the checksum value for kubuntu-16.04.3-desktop-amd64.iso?
0
votes
1 answer

Looking for the checksum for Ubuntu 14.0.4.3 32-bit

When I started the download for 14.0.4.3 32-bit I didn't find any obvious link to a list of checksums. I'd suggest that site management add that information. in the meantime can someone point me to the appropriate checksum please!
0
votes
1 answer

What is the sha256sum check sum for Ubuntu studios 22.04?

I’m trying to make sure the iso image is good. I’m a noob so any help is appreciated.
0
votes
1 answer

Is the MD5 checksum for 18.04.1 image available?

Last night I downloaded via torrents the disk image ubuntu-18.04.1-desktop-amd64.iso . Downloading via the official website was taking too long and but using torrents allowed me to download the image pretty quickly. I was also able to install the…