I doing a WPF project using C# and LinQ. My application require user to login before they able to access the application. So, what i am doing is i have all the members data in mySQL server(as shown as the image below). User able to login into the application only if the "Status" is 1. So, may i know what kind method i can use for all the authentication and encryption for the login procedure? Thanks.
p/s: i am a newbie
