C# Working password encyption methods for user password managment needed ?
- by abmv
Can someone provide working code to encrypt a password and store it in the database.Anything simple would do,some "salt" would be nice.
public void Encrypt(string password)
{
}
public void Verify(string password)
{
}