Hi again,
this time I am completly lost. I would like my application to check the MD5 Sum of an executable after it was downloaded and compare it with the checksum of the server. Generally I would like to know wheter this is possible within revolution with or without an external and how to archive that.
Cheers!
How to create MD5 Checksum Checker?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: How to create MD5 Checksum Checker?
Dear MasterchiefJB,
If your executable isn't too big, you can use the md5digest function without any special tricks.
Best,
Mark
If your executable isn't too big, you can use the md5digest function without any special tricks.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: How to create MD5 Checksum Checker?
Or you could call openssl md5 [filename] using shell which should be avail. by default on Mac OS X and Linux.
PS: OpenSSL (Win32)
Robert
PS: OpenSSL (Win32)
Robert