CoRnNuB Posted October 7, 2010 Posted October 7, 2010 is there away that i could find out a users password on my game incase anyone forgets theres its easy then resetting a password if i just give them there old one Quote
Redex Posted October 7, 2010 Posted October 7, 2010 If it's a McCodes game you could decrypt the md5 hash which is in Phpmyadmin users table. The best thing is to reset it for them as i'm sure some people wouldoun't want you finding out there password :) , Kind Regards: Redex Quote
CoRnNuB Posted October 7, 2010 Author Posted October 7, 2010 how do i decrupt that password its something like this go48fgfeiug89gfh37n so do i get that to be there real password Quote
Redex Posted October 7, 2010 Posted October 7, 2010 All md5 hashes won't be able to be decrypted, but most of them can be, however the one you posted above i couldoun't do. What's the problem with resetting the password though? That's the route you should be going down, not decrypting md5 hashes. It's not that long process to reset the password is it? Or is there something else you're hiding from us? Quote
mxyi Posted October 7, 2010 Posted October 7, 2010 use a online or offline md5 decrypter if your that desperate, http://md5.rednoize.com/ thats a online decrypter/encrypter enter the md5 encrypted hash there and it will try decrypting it, BUT not all of them would work on it, it also encrypts, to do that enter a word in e.e password and it would display 5f4dcc3b5aa765d61d8327deb882cf99 wich is the md5 hash for the word password, have fun :) Quote
Joshua Posted October 8, 2010 Posted October 8, 2010 md5 is not really decryptable. You can use rainbow tables and maybe get lucky as there are tons, but for the most part there is no real way to show a user their password if they forget it. To my knowledge. Quote
ColdBlooded Posted October 26, 2010 Posted October 26, 2010 Greetings, There is many solutions to this problem, I'll name a few which may interest you, Make the user use a 'password forgot' form. Change your password via preferences then put your hash in there userpw box. Using a hash encryption select them a new password.# Install the change users password addon. Any off them is alot easier then you having too give them there old password. And alot quicker. Quote
03laceys Posted November 13, 2010 Posted November 13, 2010 The best way for this is not decryting the password but as previously said would be to reset the password. Free modifications can be found on the forums which will allow your users to do this. The resetting of a password does not take very long and if you look around most websites will reset password and not give them there old one. Hope this helps :) Quote
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.