Jump to content

Someone decompiled my script...


Recommended Posts

There is a cracked de-compiler out on the web somewhere. If you search the forums for decompile you will find many topics on the issue.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

  • Administrators

No, it's not fixed. I believe there is a hacked decompiler that works with the current version.

As part of the changes I'm working on at the moment is storing the script in a token form that the autoit engine can work with but that can't be easily converted back into text form. Exe2Aut won't be able to read it back so that means that someone would have to write a converter from scratch which is much harder.

Link to comment
Share on other sites

  • Moderators

Hello :P

if a script must contain sensitives informations as passwords, what is the best way to store them ?

Compiling a script (with passwords visible into the code) is it an acceptable way ?

Thanks :nuke:

There is no "safe" way to store passwords currently, there are alternative measures, some use EnCodeIt... some use Files/Registry/Ini(s) to store their information... they encrypt it upon output, and decrypt from within the .exe upon input... unfortunately, your source is laid wide open, so the decryption functions are right there for anyone to play with... If/When Jon finishes what he's doing, this would be a great step having a more secure .exe.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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...