Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
rmcdermid
Starting Member
1 Post |
Posted - 2009-06-12 : 11:45:26
|
| Hey guys,I am a total newbie so here goes. I have a database that stores a password for an application that I work with. It stores it as a hashed value.(At least I assume it's hashed. It is a bunch of letters and numbers.) This program is somewhat poorly designed and does not offer a password recovery should the user forget their password.My question is: Is there a way to reset the hashed password and if so how? Any help would be very appreciated.Thanks,Ryan |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-06-17 : 03:16:40
|
No.Hashing is a one-way street.You will have to save a new hash for the new password. I can't get into more details than this because I don't know if you use a salt or not, nor which hashing algorithm you use. E 12°55'05.63"N 56°04'39.26" |
 |
|
|
|
|
|