gcue Posted August 7, 2008 Share Posted August 7, 2008 (edited) is there a way to do a checksum?from my understanding a checksum is a better way of identifying the integrity of a file.to prevent fradulant attempts where people could just rename of the file and even have the filesize close enough, id like to perform a checksum on a particular file before contuning with the rest of the scriptthis link mentioned here is down.. and couldnt find any other posts on ithttp://www.autoitscript.com/forum/index.ph...amp;hl=checksum Edited August 7, 2008 by gcue Link to comment Share on other sites More sharing options...
avery Posted August 7, 2008 Share Posted August 7, 2008 Do you want an MD5 Checksum of the script? You can embed the MD5sum you consider original in the script and test it against it and exit if it fails. I might have read your question wrong. I use the MD5 UDF found on these forums for many programs and it works perfect for me so far. Hope this helps. www.abox.orgAvery HowellVisit My AutoIt Websitehttp://www.abox.org Link to comment Share on other sites More sharing options...
gcue Posted August 7, 2008 Author Share Posted August 7, 2008 ill check it out thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now