Guest Posted September 29, 2013 Posted September 29, 2013 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
FireFox Posted September 29, 2013 Posted September 29, 2013 (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 September 29, 2013 by FireFox
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