Passwords

Post your working scripts, libraries and tools for AHK v1.1 and older
99muppets
Posts: 83
Joined: 08 Mar 2017, 19:45

Passwords

09 Mar 2017, 22:11

Hello there, here is a little bit of code that enables you to set a password for your code!

InputBox, OutputVar, Question 1, password
if (OutputVar="your password here")
;your code here
Else
{
Msgbox, wrong
}

hope this helps :)
Notus
Posts: 7
Joined: 14 Jun 2016, 19:58

Re: Passwords

10 Mar 2017, 02:06

Umm... putting raw password string inside your code is not a good idea.
there are multiple Cryptography class/script posts in this forum to give it a lil bit more security, but still it's not 100% tho.
Vh_
Posts: 203
Joined: 17 Mar 2017, 22:06

Re: Passwords

18 Mar 2017, 08:39

I think this is just for basic use. Although it could be found, yes, it's a simple protection from basic users. :)

Great share!

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: Bing [Bot] and 261 guests