Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Secure exe
#9
AutoPassword "" _s w2
is incorrect. Skipped flags.

Quote:Where is the possibility to get the password in this code?
There are possibilities to steal password when your exe runs. They either must be programmers (eg create own dialog with same parameters...) or use a password spy software. It is impossible to make completely secure.

Quote:How can I make the exe waiting for the password input window to autofill it each time i need to?
example with notepad
Macro Macro1760
Code:
Copy      Help
rep
,int w=wait(0 WC win("Untitled - Notepad" "Notepad"))
,act w
,key "password"
,wait 1
,key B(#10)
,clo w


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)