C# Working password encyption methods for user password managment needed ?
Posted
by abmv
on Stack Overflow
See other posts from Stack Overflow
or by abmv
Published on 2010-06-07T11:47:18Z
Indexed on
2010/06/07
11:52 UTC
Read the original article
Hit count: 257
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)
{
}
© Stack Overflow or respective owner