Forgotten Password
i have read through the book and made the site running, but i could not find any way how to decrypt the password to send to the users who forgot their password.
there is a method EncryptPassword(ByVal password As String) As Byte() to encrypt the password and save into the database, however there is no DecryptPassword method when query the password from the database.
i would be very grateful if anyone knows how to decrypt the password.
many thanks
long
|