I have a Windows Forms application, basically a form over data application.
Written in Visual Basic.Net and using local SQL Server Express to store data. It has 4 users listed in the combobox on the welcome screen.
I have two options of managing their passwords.
- Either to store them at
My.Settings
or - To create a users table in SQL Server and work with it.
What will be your advice on this?