thexasis 0 Posted September 3, 2007 when people build a program and add a passphrase would it mean the prase would be in the coding of the aplication? Share this post Link to post Share on other sites
martin 85 Posted September 3, 2007 when people build a program and add a passphrase would it mean the prase would be in the coding of the aplication?If the passphrase is in the program then yes. It could be hidden however. For example, you could have a passphrase 'cabbage' but convert it using some encryptio so that it was '7y34@9JEd{/=65_ppNbc', and in your program have a function to decode that. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script. Share this post Link to post Share on other sites
thexasis 0 Posted September 3, 2007 O i see so its obfuscated, thanks for your help Share this post Link to post Share on other sites