erifash Posted July 18, 2005 Share Posted July 18, 2005 (edited) Added a new gui that supports file hashing, check post here. #93362EDIT: Quickly added text comparison and file comparison! Edited July 18, 2005 by erifash My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver Link to comment Share on other sites More sharing options...
erifash Posted July 18, 2005 Share Posted July 18, 2005 The GUI now uses Larry's _APIREADWRITE UDF so now it can compare all files!!! Follow the link in the post above! My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver Link to comment Share on other sites More sharing options...
JSThePatriot Posted July 23, 2005 Author Share Posted July 23, 2005 (edited) Havent given an update in quite a while. I do apologize. I havent forgotten about this. I have been working away from home alot. I will be putting all the code on my laptop so I can get this finished.I am still trying to get ahold of the proper authorities so that we can get everything squared away for inclusion. I am also working out some code issues and adding the ability to expand the function in the future.The new function names are:FileHash("filename" [, method])StringHash("filename" [, method])I have changed it to allow future inclusion of a couple additions in the future such as SHA-1 and maybe another.JSEdit: typo Edited July 23, 2005 by JSThePatriot AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
JSThePatriot Posted August 15, 2005 Author Share Posted August 15, 2005 I havent had much time to update this recently. I am working on adding the SHA-1 feature to this StringHash() and FileHash() functions. Please bare with me. Let me know if anyone has any more ideas on this. JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted August 15, 2005 Share Posted August 15, 2005 Any recent news about getting those MD5 functions included? Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
JSThePatriot Posted August 15, 2005 Author Share Posted August 15, 2005 Any recent news about getting those MD5 functions included?<{POST_SNAPBACK}>I will ask Jon again. He may be more insterested since the inclusion of the .aux files. I had spoken with him before, and he said he was still deciding about whether it should be a .dll or a included function. He said he saw the use as he used another program to get the job done usually, and that is why I am working on SHA-1. I will talk to Jon and JPM and see if I can get this included (the MD5 that is).JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
Administrators Jon Posted August 16, 2005 Administrators Share Posted August 16, 2005 I will ask Jon again. He may be more insterested since the inclusion of the .aux files. I had spoken with him before, and he said he was still deciding about whether it should be a .dll or a included function. He said he saw the use as he used another program to get the job done usually, and that is why I am working on SHA-1. I will talk to Jon and JPM and see if I can get this included (the MD5 that is).JSI've not actually seen the md5 code you did but I had to code similar functionality the other day for an upgrade to aut2exe so if you send it me I'll see if I can combine them for the best bits of each and add. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
JSThePatriot Posted August 16, 2005 Author Share Posted August 16, 2005 I've not actually seen the md5 code you did but I had to code similar functionality the other day for an upgrade to aut2exe so if you send it me I'll see if I can combine them for the best bits of each and add.<{POST_SNAPBACK}>I most certainly will. I will PM it to you. I missed this post before that last PM I sent you. I will send it right away.I havent gotten very far on the SHA-1, as there arent as many examples to look at, but I think with some time it will be able to be included as well. (Also as I learn more the faster it will be produced )JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
JamesNL Posted August 18, 2005 Share Posted August 18, 2005 Hi,I'd really like the md5()-function to be included in AutoIt.Regarding the law-question, why don't you include this line (or something alike) in the documentation?Before using this function you need to make sure the use of encryption is legal in your country.This way the user'll have to check if encryption is permitted... Link to comment Share on other sites More sharing options...
JSThePatriot Posted August 18, 2005 Author Share Posted August 18, 2005 Hi,I'd really like the md5()-function to be included in AutoIt.Regarding the law-question, why don't you include this line (or something alike) in the documentation?Before using this function you need to make sure the use of encryption is legal in your country.This way the user'll have to check if encryption is permitted...<{POST_SNAPBACK}>That is an idea that has be discussed, but Jon doesnt want to do that. MD5 and SHA-1 because they are message digests seem to not have a problem with import/export in most countries around the world. They are used for verifying data integrity not encrypting the data.I have PM'd Jon the source code to see what he comes up with.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted September 6, 2005 Share Posted September 6, 2005 *Bump* Just curious how this is going, I'm working with a program here where it would be really nice to have a built in function to verify authenticity of files (sending PDFs via email)...I have all of the coding built for it now, but I just need a function (faster than the ported code) to do this... Thanks! Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
JSThePatriot Posted September 6, 2005 Author Share Posted September 6, 2005 I sent my files to Jon. He hasnt gotten back with me on whether or not the code was usable. JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
robiezhou Posted September 14, 2005 Share Posted September 14, 2005 I sent my files to Jon. He hasnt gotten back with me on whether or not the code was usable.JS<{POST_SNAPBACK}>Hi, I really appreciate you guys for doing this. And I think that's pretty good for us.Thanks a lot.Robie 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