my problem is when I created my login page, I used membership provider.but I forget my password.I can see the my passpord hashed on sql server,but need to reverse that hashed code.or someone tell me what is the number 1 as a hashed format.I will change my password with the 1 which is hashed.
You cannot reverse the hash. It is a one-way encryption. The password that is encrypted is never decrypted, the membership provider just compares the salt.
This is how it works: