Jump to content

[SOLVED] Simple question!


patheticsam

Recommended Posts

Hi!

 

I just have a little question. I made a register form on my website and when a user register his password the password is md5 encrypted into mySQL database. I want to make an admin section on my site where I can see the md5 encrypted password....Is there a way to do that?

 

thanks !

Link to comment
https://forums.phpfreaks.com/topic/140844-solved-simple-question/
Share on other sites

MD5 is a 1-way hash. There is no way to view the actual password, just the hashed version.

 

It is this way so some people do not get too smart for themselves and try to hack certain accounts using that password; I would suggest leaving it as a 1-way hash.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.