How do I decrypt a SHA stored password?

A

Augusto Rocha

I have stored a password in a data base using the function
HashPasswordForStoringInConfigFile, with the SHA method. How do I decrypt
it?

Augusto
 
W

William F. Robertson, Jr.

You probably don't want to decrypt it. (shouldn't) You should just encrypt
what the user types in and have your query look for the hashed version. If
you are trying to retrieve a password, you should just reset it and have the
user generate a new one.

HTH,

bill
 
K

Karl Jensen

Right ,
per deifintion hash is one->way.
If you you can decrypt it then it becomes useless.
The security is broken...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top