Hash the existing Clear text Password in aspnet membership
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.