Jump to content

Encryption and AutoIt


Recommended Posts

Added a new gui that supports file hashing, check post here. :)

#93362

EDIT: Quickly added text comparison and file comparison!

Edited by erifash
Link to comment
Share on other sites

  • Replies 72
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Link to comment
Share on other sites

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.

JS

Edit: typo

Edited 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

  • 4 weeks later...

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

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

  • Administrators

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

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.
Link to comment
Share on other sites

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 :whistle:)

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

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

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

  • 3 weeks later...

*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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...