How to store user settings (username, password) in a Windows application for the current logged in user

后端 未结 3 1544
予麋鹿
予麋鹿 2020-12-24 09:52

Now my team is working on a project involving a Windows application (C#).

The application has a option for saving the username and password in the client machine for

3条回答
  •  情话喂你
    2020-12-24 10:35

    If you're looking for a simple solution, saving the user name and password in user settings would work. However, this approach is not very secure at all because any other user with sufficient privileges on this machine could simply read the saved settings and steal your login details.

提交回复
热议问题