Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: md5sum? (Read 7043 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

md5sum?

How do you use the md5sum thing to check for download accuracy? Or is there a better way to do it?

md5sum?

Reply #1
The site from which you download should provide you with the md5 checksum of the original file. Then you compute the md5 of the file you've downloaded and compare it with the provided one. They should match. If not, the file is corrupt.

I use a little freeware tool called DPASHA that can compute various checksums on a file and compare the result with the one in the clipboard

EDIT: You should notice that for an audio file, one must compute md5 on the audio data itself, excluding the tags, headers etc. You can use SHNTOOL to do that.
If age or weaknes doe prohibyte bloudletting you must use boxing

md5sum?

Reply #2
if you use total commander, there is an option under 'files' called 'verify CRC checksums..' (or just double-click the md5 if it is located next to the file(s))
PANIC: CPU 1: Cache Error (unrecoverable - dcache data) Eframe = 0x90000000208cf3b8
NOTICE - cpu 0 didn't dump TLB, may be hung

md5sum?

Reply #3
If you use windows, there is a helpful utility called Hash Tab. When looking at the properties of a file in Windows, it adds the File Hashes tab that includes the MD5, CRC-32 and SHA-1 hashes. http://www.beeblebrox.org/hashtab/
OP can't edit initial post when a solution is determined  :'-(

md5sum?

Reply #4
How do I know what the md5sum of the original file is? does the site have to tell you?

md5sum?

Reply #5
Yes, the site would have to tell you what the original MD5 of the file was. Often, sites just have an additional TXT file with the MD5 hash in it, usually <FILE>.MD5.
OP can't edit initial post when a solution is determined  :'-(


md5sum?

Reply #7
The website gave out the crc instead, is there a code for the CRC32?

Nevermind, I see that hashtab does it also.

Is the CRC the same as the CRC32?

md5sum?

Reply #8
Is the CRC the same as the CRC32?

While there are other CRC hashing methods, I believe the standard today is CRC-32 check sum. If the hashes match then yes it was implied CRC-32 check sum, if they do not match then they might have used a different hashing algorithm or your file is corrupted.
OP can't edit initial post when a solution is determined  :'-(

md5sum?

Reply #9
Is the CRC the same as the CRC32?

While there are other CRC hashing methods, I believe the standard today is CRC-32 check sum. If the hashes match then yes it was implied CRC-32 check sum, if they do not match then they might have used a different hashing algorithm or your file is corrupted.

None of the files match. Are downloads most often inaccurate?

If the file is corrupted, will the file even play?

md5sum?

Reply #10
Have you read my post carefully?
You didn't say what are you referring to. The audio or data file.
If age or weaknes doe prohibyte bloudletting you must use boxing

md5sum?

Reply #11
@HTS
-I don't expect downloaded files to be inaccurate. What are these files, where are you getting them from, how are you downloading them, and is something editing the file as it is being downloaded (e.g. a comment field added like "downloaded with ....")?

Be wary before playing these files. If it is a hash you are given and it does not match your current files' hashes, something is wrong on either your end or the site's end.

EDIT: @eevan, I didn't even read your post, sorry about that. You raise a valid point. While I cannot image a site that would give the CRC hash of the audio data itself without a hash of the entire file (with tags, etc), it could be so in this case.
OP can't edit initial post when a solution is determined  :'-(

md5sum?

Reply #12
Have you read my post carefully?
You didn't say what are you referring to. The audio or data file.

I compared it to the file. I'll try your program to find the audio itself.

md5sum?

Reply #13
Have you read my post carefully?
You didn't say what are you referring to. The audio or data file.

I have installed shntool, how do I use shntool to compute the CRC of the file?

md5sum?

Reply #14
shntool can compute either MD5 or SHA1 hash of the raw pcm data in any of the supported formats (you also need a decoder for that format somewhere in the PATH or in the directory where you've installed shntool). It does not compute CRC32.

If it is an FLAC file, you write this at the prompt:
Code: [Select]
shntool hash -m -i "flac" "<path>\filename.flac"

and you get the MD5 for a flac file.

EDIT: @SamHain86, Yes, you're also right. The sites usually give the MD5 hash of the entire file, not just of the audio part
If age or weaknes doe prohibyte bloudletting you must use boxing

md5sum?

Reply #15
shntool can compute either MD5 or SHA1 hash of the raw pcm data in any of the supported formats (you also need a decoder for that format somewhere in the PATH or in the directory where you've installed shntool). It does not compute CRC32.

If it is an FLAC file, you write this at the prompt:
Code: [Select]
shntool hash -m -i "flac" "<path>\filename.flac"

and you get the MD5 for a flac file.

So I can't get the CRC with shntool? Then which tool can I use to get the CRC for the audio?

md5sum?

Reply #16
Where are you getting these files?

The site may have notes that instruct you how to compare your file to the given CRC.

So where are you getting these files?
OP can't edit initial post when a solution is determined  :'-(

md5sum?

Reply #17
Where are you getting these files?

The site may have notes that instruct you how to compare your file to the given CRC.

So where are you getting these files?

They are soundtracks for games on game sites. The files come in a winrar folder, which has a CRC32 tab beside the file descriptions.

md5sum?

Reply #18
Then the file's CRC-32 hash (mentioned in the RAR archive details) should be identical to the hash given to you in hash-tab after you extract the contents of the archive. The CRC32 hash done by WinRAR is the hash of the file data---not the audio data, not anything else.
OP can't edit initial post when a solution is determined  :'-(

md5sum?

Reply #19
What does the Foobar's verify integrity thing do? It's under the Utility tab, It always says OK when I verify them. How does Foobar know what the original file is supposed to be like?

 

md5sum?

Reply #20
What version of FooBar2000 are you using? I have been using only recently (since 0.9.3, last year) and I do not recall any "Verify" utility. If it anything comparable to VLC's verify then it does nothing more than test the continuity of your audio files. Also what codec are these files? WAV, FLAC, WV, MP3, OGG...?
OP can't edit initial post when a solution is determined  :'-(