I'm trying to figure out how to make an MD5 Hash from an entire StringList. I am referencing the documentation here: https://wiki.freepascal.org/hash
and I see how to make an MD5 Hash from a File, or from a single string, but I do not see how to make an MD5 Hash from something like a String List. It mentions: 'There are routines to calculate hashes from some buffer, or a hash from an entire file.' So how does one make an MD5 Hash from 'some buffer' ? Is there a simple way I can create an MD5 Hash from my entire stringlist, or do I have to add the strings into some sort of buffer myself and then get the hash from that? Any advice is greatly appreciated James _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal