gopal kannan

gopal kannan

  • NA
  • 65
  • 0

Hash the existing Clear text Password in aspnet membership

Feb 20 2014 2:10 AM
Hi..

i am using membership in my asp.net application.
Before i will save the password as clear text.

Now i want to store the existing and new users password into a encrypted password in aspnet_membership table.(hash password)

how to do this.

need ur suggestions with examples.