Useful ahk Script
Yo I was messing around with autohotkey earlier and I came up with this small script for those of you who want to put a file in an ahk script and type a password of your choice to extract it. This could be useful when sending files to friends over email or whatever, and for an added security measure you could also actually encrypt it. So here it is and there is also misleading text saying it will delete the file if password is typed wrong but all it will do is move it to the Temp directory and rename the file.
#NoEnv #NoTrayIcon #SingleInstance
- Read more about Useful ahk Script
- Log in or register to post comments