Jump to content
MakeWebGames

[mccode] UPGRADE Retrieve original Password


Recommended Posts

Posted

Im sure members who lose passwords are fed up of having to renew them so ive slightly aletered a script made by WILL from this topic http://criminalexistence.com/ceforums/index.php?topic=4666.15

OOPS nearly forgot call this file forgot_password.php if you are using the Original from WILL and dont want to lose that then call this file retrieve_password.php but remember to change any links in the script to retrieve_password.php as well...

So that you can Retrieve your original Password

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

This will Send out your MD5 Encrypted Password which can be Decrypted once rhey recieve the email...

Change the YOURGAME to that of your games name and thats about it..

Posted

Re: [MOD] UPGRADE Retrieve original Password

 

Bad idea, md5decryption.com does not have a password for every hash.

Yep just found that out... I tried 10 before posting and they worked fine seems if the users are very imaginative the site cant recognise it. So i guess its back to the drawing board lol

Posted

Re: [MOD] UPGRADE Retrieve original Password

You can easily make this work.

When they sign up put in a new row called password_retrieve then when signing up you can encode() it then when changing there password in preferences, you will change it again there, when they want to get it, you decode() password_retrieve.

Posted

Re: [MOD] UPGRADE Retrieve original Password

You can, but that'd be silly

The ONLY way that security works well enough is if you hash the passwords one way, and if people need it, they can set a new one. Don't even think about sending them the hash, or sending them an unhashed password, just reset it. Don't bother with retrieval, if people are too lazy to set a new one if they forget it, then too bad

Posted

Re: [MOD] UPGRADE Retrieve original Password

torn city actually email your current password now that has always made me a little curious do they use a rainbow chart of md5's or do they use a txt file with like a simple encoding n grab it from there n decode it aswell has the md5 in db

Posted

Re: [MOD] UPGRADE Retrieve original Password

If they email your password, then it's insecure. It doesn't matter how many layers of encryption or security they have, it'll be insecure, and I wouldn't really trust it.

  • 4 months later...
Posted

Re: [mccode] UPGRADE Retrieve original Password

can anyone tell me how to decode the password so they just get the password instead of having to decrypt it via another website?

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...