Hi Chipp,
Don't know if this helps at all, but here's how I calculate checksum's for
files:
function getChecksum pFilePath
if there is not a file pFilePath then return ""
return URLencode(md5digest(URL ("binfile:" & pFilePath)))
end getChecksum
Actually it certainly is. One of the things I do is check the checksum of a
file for cracks changing it. It's not a fool proof method for security, but
it slows down the script kiddies a bit. Thanks! Doing this stuff is Rev is
proving to be quite possible. :-)
Scott
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution