Check Sum
Scott Kane
scott at cdroo.com
Tue Apr 24 00:24:53 EDT 2007
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
More information about the use-livecode
mailing list