andros_k Posted December 11, 2008 Share Posted December 11, 2008 hey guys, can i reverse an md5 password to string? if yes, how can i do it? Thanx! Quote Link to comment https://forums.phpfreaks.com/topic/136503-reversing-md5-pass-to-see-it/ Share on other sites More sharing options...
PFMaBiSmAd Posted December 11, 2008 Share Posted December 11, 2008 You cannot. It is a one-way hash. What are you trying to accomplish other than learning someones password? Quote Link to comment https://forums.phpfreaks.com/topic/136503-reversing-md5-pass-to-see-it/#findComment-712506 Share on other sites More sharing options...
andros_k Posted December 11, 2008 Author Share Posted December 11, 2008 i have members on my website and i want to know if they can see their password with out changing it. Quote Link to comment https://forums.phpfreaks.com/topic/136503-reversing-md5-pass-to-see-it/#findComment-712517 Share on other sites More sharing options...
Mark Baker Posted December 11, 2008 Share Posted December 11, 2008 i have members on my website and i want to know if they can see their password with out changing it.As PFMaBiSmAd has said, md5 can't be reversed, so they can't see their password. Quote Link to comment https://forums.phpfreaks.com/topic/136503-reversing-md5-pass-to-see-it/#findComment-712606 Share on other sites More sharing options...
haku Posted December 12, 2008 Share Posted December 12, 2008 They can't. Which is how things should be done - it's more secure this way. No one has access to their password, so they can feel confident that people aren't looking at their account. If you as the admin want to see inside their account, you will have to change their password. Quote Link to comment https://forums.phpfreaks.com/topic/136503-reversing-md5-pass-to-see-it/#findComment-713257 Share on other sites More sharing options...
Flames Posted December 13, 2008 Share Posted December 13, 2008 it can be "reversed" using websites which use the md5 of known words + phrases etc and then it will pull it from a DB, but your looking for a bot to do it, and in that sense there is no way to do it. Quote Link to comment https://forums.phpfreaks.com/topic/136503-reversing-md5-pass-to-see-it/#findComment-714467 Share on other sites More sharing options...
corbin Posted December 13, 2008 Share Posted December 13, 2008 it can be "reversed" using websites which use the md5 of known words + phrases etc and then it will pull it from a DB, but your looking for a bot to do it, and in that sense there is no way to do it. Only a very limited number of hashes can be found on those websites though. Quote Link to comment https://forums.phpfreaks.com/topic/136503-reversing-md5-pass-to-see-it/#findComment-714586 Share on other sites More sharing options...
DarkWater Posted December 13, 2008 Share Posted December 13, 2008 it can be "reversed" using websites which use the md5 of known words + phrases etc and then it will pull it from a DB, but your looking for a bot to do it, and in that sense there is no way to do it. Only a very limited number of hashes can be found on those websites though. You could always use rainbow tables. =P They're big though. Quote Link to comment https://forums.phpfreaks.com/topic/136503-reversing-md5-pass-to-see-it/#findComment-714772 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.