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.
Here’s what I was looking for. This is generated by the program QuickSFV:
I was looking for a format that seems standard for using with other programs that aim to accomplish the same purpose.