0
Answer

Hash the existing Clear text Password in aspnet membership

Ask a question
gopal kannan

gopal kannan

10y
1.1k
1
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.