Attached is a program to calculate the various hash values for a string or a binary file. This can be useful if you are downloading an executable file (.exe/.dll etc) and the author has provided a hash value under a different cover. This allows you to verify that the code has not been tampered with, which is not all that uncommon an occurrence these days. Personally, I would recommend nothing less than SHA256, which is why I have made it the default.
Although the InkEdit controls used support Unicode, the conversion routine used (StrToByte) selects single byte characters. To use it with non-ASCII characters, use the UniToByte routine.
J.A. Coutts
Although the InkEdit controls used support Unicode, the conversion routine used (StrToByte) selects single byte characters. To use it with non-ASCII characters, use the UniToByte routine.
J.A. Coutts