checking crc32 of a file

Posted by agent154 on Stack Overflow See other posts from Stack Overflow or by agent154
Published on 2012-06-06T04:30:45Z Indexed on 2012/06/06 4:40 UTC
Read the original article Hit count: 434

Filed under:
|
|

This is not really a "how to" question.

Is there a "standard" file structure that applications use to store the checksums of files in a folder? I'm developing a tool to check various things like crc32, md5, sha1, sha256, etc... I'd like to have my program store the various hashes in files in the folder of what I'm checking.

I know that there is a file commonly used called 'md5sums' or 'sha1sums'. But what about CRC? I haven't noticed any around. And if there is, what's the structure of it?

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about hashing