473,378 Members | 1,438 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

SHAManaged

Hi,

I am using SHAManaged to generate a Hash value for my user passwords and
storing them in a database in this encrypted format. My question is, if one
of my users forgets thier password is there a way to un-encrypt the password
as stored in the database so as to retrieve the user password in raw text
format.

Thanks in advance
Neil
Nov 18 '05 #1
1 1229
Hi Heil,

Hash algorithms are one way functions, so you can calculate the hash from a
value, but not the value from the hash (or it's so hard to do). in this
cases, you can use a new password generation mechanism. if the user forgets
it, you define a new one for him.

wish it helps.

cheers,
--
Ricardo González Vargas.
MVP
rg*******@mvps.org.NO_SPAM
"Neil Stevens" <st******@iata.org> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi,

I am using SHAManaged to generate a Hash value for my user passwords and
storing them in a database in this encrypted format. My question is, if one of my users forgets thier password is there a way to un-encrypt the password as stored in the database so as to retrieve the user password in raw text
format.

Thanks in advance
Neil

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.