I need to generate an md5 hash for a list of tif
and jpg
images.
The hash must be inserted in an XML file with metadata about each image, which will be used for the digitalisation of the document.
The use of the md5 hash was not my decision, but a formal requirement of a standard based on the Dublin Core for the digitalisation of these kinds of documents. Xml file, md5 tag is underlined
I am currently generating each md5 hash using Windows built-in Certutil program from the command prompt.
My question is simple: am I doing this right? I know the process is slow, but the list is short.
I often need to create a hash file to place on an FTP service. These hash files must contain the name of the original file to allow automatic verification that is done by various tools. For example, if you have a file named foo.txt, it is necessary to have a file foo.txt.md5 with the following content:
The following batch does the job
You can replace md5 for sha256 or 512 if you need. The CERTUTIL supports.