HHCory Posted January 22, 2006 Posted January 22, 2006 (edited) Can a Passphrase be crackedor bypassed? I dont want to do it i want to make sure that the script i have written is not cracked. Edited January 22, 2006 by HHCory I am really starting to learn how to piece together the puzzle that is AutoIt. [u]ComboBox RadioButton Help.au3[/u]
BigDod Posted January 22, 2006 Posted January 22, 2006 Can a Passphrase be crackedor bypassed? I dont want to do it i want to make sure that the script i have written is not cracked.Your best bet is to read This topic here. 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
w0uter Posted January 22, 2006 Posted January 22, 2006 the .exe is not very secure since there is an decompiler out there. try to compile it to .a3x My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
HHCory Posted January 22, 2006 Author Posted January 22, 2006 so other then cracking the passcode there is no way to get around it. I am really starting to learn how to piece together the puzzle that is AutoIt. [u]ComboBox RadioButton Help.au3[/u]
BigDod Posted January 22, 2006 Posted January 22, 2006 so other then cracking the passcode there is no way to get around it.This subject has been discussed many times on the forum. Just search for decompile and you will get all the answers you want, maybe some you dont. 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
Developers Jos Posted January 22, 2006 Developers Posted January 22, 2006 the .exe is not very secure since there is an decompiler out there.try to compile it to .a3x No real difference between the exe and a3x other than that the exe contains the runtime module. 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.Â
w0uter Posted January 22, 2006 Posted January 22, 2006 still that means that you cant decompile it with the hacked exe2aut My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
ChrisL Posted January 22, 2006 Posted January 22, 2006 You can use Sm0ke_N's obfuscator http://www.autoitscript.com/forum/index.php?showtopic=19442 to help secure your code [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
w0uter Posted January 23, 2006 Posted January 23, 2006 Yes you can w0uter, I've done it.hmm IC, never noticed that *.a3xthanks. you learn something evry day My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
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