I am writing an option in my app to require a password upon launch. I am using MD5 encryption to store the password since I don't need to decrypt it.
My question is - where can you store something as simple as a boolean option that the user has chosen to require a password at launch? I keep thinking that wherever I store the option - a person could just find it and delete it... giving them access to the program.
-Falcon
My question is - where can you store something as simple as a boolean option that the user has chosen to require a password at launch? I keep thinking that wherever I store the option - a person could just find it and delete it... giving them access to the program.
-Falcon