Re: Checking file integrity
"J.B. Nicholson-Owens" <[email protected]> Sat, 23 Apr 2011 15:50:38 -0500
| Newsgroups | gmane.comp.audio.compression.flac.user |
|---|---|
| Message-ID | <[email protected]> |
Anton Shepelev wrote: > I have read FLAC stores a hashsum inside its files > to check their integrity. But how to do it without > having to extract the file? Is the hashsum calcu- > lated on the extracted or compressed data? I should have mentioned before that apparently the MD5 hash is computed on the uncompressed raw sample data and the easiest way to check the FLAC file is with flac --verify audio.flac --verify won't extract the data to a file, but it does seem to run over the entire file (as one would expect of such a function).