I automated my Yahoo! login process with AutoHotkey.
It works fine, but problem is that when running this .ahk file, anybody can open the script and see the password.
Is there a way I could encrypt this password?
|
I automated my Yahoo! login process with AutoHotkey. It works fine, but problem is that when running this Is there a way I could encrypt this password? |
|||||||
|
|
AutoHotkey can compile your AHK script to an executable (.exe) with its build-in tool ahk2exe.
Edit: To my knowledge it is not possible to just encrypt a single string within a script and leave the rest untouched. Encrypting the whole script will be the way to go. |
||||
|
|