I have created a user specific windows application in c# which requires password to login.
This is what application does:
1) Application checks for the users password in registry.
2) if password exist, it asks for password.
3) if password is not found in registry, it shows set password form.
The problem arise when an unauthorised user deletes this registry key. Program asks to set password if registry key is not found.
Any idea where to save password or any other approach?
This is what application does:
1) Application checks for the users password in registry.
2) if password exist, it asks for password.
3) if password is not found in registry, it shows set password form.
The problem arise when an unauthorised user deletes this registry key. Program asks to set password if registry key is not found.
Any idea where to save password or any other approach?
Comment