Answered 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
     
     Answered

    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.