Jump to content
  • 0
Sign in to follow this  
neil413

Md5 Problem

Question

i use MD5 password converter in my server and it works but i want is to remove it so i can see some password of the username that i want to inspect how can i do reconvert password to normal? 



thanks in advanced :D

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

MD5 algorithm isn't a reversible one, so you can't easily convert them back. Actually, you should brute-force attack your database in order to get it done.

Share this post


Link to post
Share on other sites
  • 0

MD5 algorithm isn't a reversible one, so you can't easily convert them back. Actually, you should brute-force attack your database in order to get it done.

sir jabote can you teach me or give me a guide how to brute=force attack? what do you mean by that sir? wipe out?

Share this post


Link to post
Share on other sites
  • 0

I mean you can't reverse the passwords into legible state unless you spend hundreds or thousands of hours (depends on your server processing capability) of full server processing time trying to guess we each password via their MD5 digest. And multiply for each individual password you mean to recover.

Share this post


Link to post
Share on other sites
  • 0

One option is, have a copy of old MD5 password,

use MD5 generator and convert your preferred password for him/her

put the generated password to his login data via SQL

login via new password, inspect

then return his old password.

Share this post


Link to post
Share on other sites

Join the conversation

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

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.