Royzer Posted March 16, 2012 Posted March 16, 2012 (edited) Hi. I am very new to AutoIt. I have password protected a script but I noticed that if I right click on the icon the menu gives me the Edit option, which would reveals the part of the script that contains the password to execute the script. Is there any way to password protect the ability to view/edit a script? Thanks! Edited March 16, 2012 by Royzer
DW1 Posted March 16, 2012 Posted March 16, 2012 Compile the au3 to an exe? Pretty sure you are seeing "edit" because it's an au3 file and you have scite installed. AutoIt3 Online Help
Royzer Posted March 16, 2012 Author Posted March 16, 2012 Thanks, Unbalanced. That makes sense. Anyone who doesn't have scite wouldn't have the edit option on their menu.
Developers Jos Posted March 16, 2012 Developers Posted March 16, 2012 Anyone who doesn't have scite wouldn't have the edit option on their menu.That should be: Everybody that doesn't have AutoIt3 installed will not be able to run it unless you compile it and distribute the exe. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
spudw2k Posted March 16, 2012 Posted March 16, 2012 (edited) None-the-less, do not embed cleartext passwords in a script. Even if compiled (wrapped into exe) the password can be retrieved. Edited March 16, 2012 by spudw2k Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
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