DeathStar Posted February 3, 2007 Share Posted February 3, 2007 i would realy liek to know how to either decrypt a password encrypted in a database to be restored to normall state? i need this in a script. because i have try;d just callign it directly out of the db but its shown in an incrypted stae. i realy need to know how because i have a password change option but i need the password to dispaly before you change it.. also to resend the password trough an email. Hel psomeone out the knwos how!! :'( Quote Link to comment Share on other sites More sharing options...
artacus Posted February 4, 2007 Share Posted February 4, 2007 MD5 isn't something that you can decrypt. Its a one way thing. The do have some decryption tools that basically compare your hash against a huge database of hashes but that's probably only going to work for dictionary words. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.