0

Possible Duplicate:
Password encryption/ decryption code in .NET

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)
{
}
Community
  • 1
  • 1
abmv
  • 6,906
  • 16
  • 61
  • 100

0 Answers0