sandrob57 Posted February 25, 2007 Share Posted February 25, 2007 I want to take a variable in MD5 and UN-MD5 it. How? Link to comment https://forums.phpfreaks.com/topic/40003-solved-un-md5/ Share on other sites More sharing options...
BrandonE97 Posted February 25, 2007 Share Posted February 25, 2007 MD5 is supposed to be unreversable so as far as I know, and by what my college teacher told me, there is no way to undo and MD5 encryption. Sorry I could'nt be any more help then that! Link to comment https://forums.phpfreaks.com/topic/40003-solved-un-md5/#findComment-193457 Share on other sites More sharing options...
fert Posted February 25, 2007 Share Posted February 25, 2007 Even though this is possible, it is very difficult to do. I do remember seeing a website offering this service, but it took a very long time to do it Link to comment https://forums.phpfreaks.com/topic/40003-solved-un-md5/#findComment-193459 Share on other sites More sharing options...
sandrob57 Posted February 25, 2007 Author Share Posted February 25, 2007 It is ok, I'll just compare the two variables while in MD5. Thanks. Link to comment https://forums.phpfreaks.com/topic/40003-solved-un-md5/#findComment-193462 Share on other sites More sharing options...
marcus Posted February 25, 2007 Share Posted February 25, 2007 google: md5 decryption, you can look for the the milworm one, or the actual website http://md5decrypter.com/ Link to comment https://forums.phpfreaks.com/topic/40003-solved-un-md5/#findComment-193466 Share on other sites More sharing options...
btherl Posted February 25, 2007 Share Posted February 25, 2007 md5decrypter.com doesn't actually do decryption. It looks for an input which hashes to the same value. There may be any number of other inputs which give the same md5 hash. To call that decryption is misleading. Link to comment https://forums.phpfreaks.com/topic/40003-solved-un-md5/#findComment-193481 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.