MD5 Decryption
-
Friday, May 04, 2012 8:20 PM
i got a file of phone numbers from my vendor. i was told the phone number are encrypted with MD5 inside SQL. how do it decrypt the phone numbers with T-SQL.
All Replies
-
Friday, May 04, 2012 9:37 PM
i got a file of phone numbers from my vendor. i was told the phone number are encrypted with MD5 inside SQL. how do it decrypt the phone numbers with T-SQL.
forget it.
you can't decrypt anything "encrypted" with MD5.
MD5 is just a hash of the value and the encryption/hasing is not reversible.
please contact your vendor to clarify what he really means with "encrypted with MD5"?
if you don't know MD5 read the following article http://en.wikipedia.org/wiki/Md5
Please use Mark as Answer if my post solved your problem and use Vote As Helpful if a post was useful.
- Edited by Daniel_Steiner Friday, May 04, 2012 9:38 PM
- Proposed As Answer by Christian C Gräfe Sunday, May 06, 2012 9:52 AM
- Marked As Answer by amber zhangModerator Friday, May 11, 2012 8:50 AM

