Hey guys!
I need to make a very simple login-like app. I could just write an program that would accept one masked text-box and verify its contents with a predefined string, but I want something more secure. How to make it encrypted, like web login forms? I've read a bit of encryption, but I really don't find out how to make it.
Thanks!