Hoping someone has solved this before... In C or C++ I can implement code to calculate an MD5 hash from a string quite easily. In Pascal logic the algorithms I have in my kit bag can't translate... The issue is that unsigned 32-bit integer values are used in the calculation, but the implementation of Pascal in logic does not support this. Use is on a C-Touch, so running an external program is out as an option. Any brainy ideas?