Sebastian82 Posted February 22, 2005 Posted February 22, 2005 Hi, i wanted to automate an installation for users who havent administrator privileges. They know auto it and know how to decompile it. Exist a methode to encrypt the Administrator password in the source code?
sugi Posted February 22, 2005 Posted February 22, 2005 That's not possible since you would need to write everything neccessary into the script to decrypt the password. So even if it would be encrypted, it's possible to decrypt the password, you'd just increase the work needed to do this. Even the password you can specify to restrict decompiling is not better since the script needs to be able to decrypt itself to run. So after all, it only makes the decryption a bit harder.
nobby Posted February 22, 2005 Posted February 22, 2005 Download and install Scite.There are extra options when compiling, such as use password or do not allow decompile.Get it here Scite HomePageHope it helps CheersNobby
trids Posted February 22, 2005 Posted February 22, 2005 Actually, you don't need SciTe: this is a feature of aut2exe, which comes standard with the au3 installation --> Start / Programs / Autoit v3 / Compile script to exe.
Sebastian82 Posted February 22, 2005 Author Posted February 22, 2005 (edited) Hi, thanks for your fast answers. I will try to use your tips and then I can automate the installations for users without administrator privileges Edited February 22, 2005 by Sebastian82
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