Saturday, February 25, 2012

Convert Password hash to clear text

I have sql server password hash table. How can i decrypt these hash
values to get password details in SQL.
THanks
A hash cannot be decrypted because different source values can yield the
same hash value.
Hope this helps.
Dan Guzman
SQL Server MVP
"Mubin The DON" <mubin.shaikh@.gmail.com> wrote in message
news:1163581072.931026.168830@.b28g2000cwb.googlegr oups.com...
>I have sql server password hash table. How can i decrypt these hash
> values to get password details in SQL.
> THanks
>

No comments:

Post a Comment