I'm doing a login in C# and SQL Server , with a table that I just created. In this table, I store the passwords of the users with a hash SHA2_256 .
When making the login, I use this code:
var.User = txtUser.Text;
var.Ps...
asked by
13.04.2018 / 22:04