Jump to content
MakeWebGames

Recommended Posts

Posted

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

Posted

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

Posted

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?

Posted

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 :)

Posted

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.

  • 3 weeks later...
Posted

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.

 

 

  • 3 weeks later...
Posted

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 :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...