Jump to content

Recommended Posts

Posted

hello,

my script using encryption password to read & decrypt the date from here:

https://googledrive.com/host/0B8NUp5hGnbOvSndIMmlQdnZLb28

with the function _StringEncrypt().

it is working excellent but the password is stored in the script inside _StringEncrypt()..

I wanted to know if there is a safer way to store the password inside the script.

i know about Obfuscator but maybe you have additional ideas that will Improve the security for the password.

thanks for helpers

Posted (edited)

Hi,

There is no safe way, once the script is decompiled the password can be easily retrieved wether it's rawly showed or not.

Edit: The answer is: Don't use autoit if you have private data in your code.

Br, FireFox.

Edited by FireFox

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
×
×
  • Create New...