prathapml Posted December 8, 2004 Posted December 8, 2004 Hi, this is an MySQL db question.I'd like to know, whether there's any chance that a person who has access to the MySQL database can run a query on it to find out a password? (let's say we are talking about a phpBB2 or IPB2 forum board user here)I'm asking this, just to know how safe is a password.TIA
zivan56 Posted December 12, 2004 Posted December 12, 2004 Most bulletin boards (if not all newer ones) store an MD5 hash of a password. The only way they could find the original text password is if they try to generate random passwords and find the md5 sum for each random one; matching it up untill they get the same. Since most people find this takes very long, they will usually not bother with it.
prathapml Posted December 12, 2004 Author Posted December 12, 2004 Thank you for the insight zivan56. I have one more question as well:When I register at a phpBB2 board, the e-mail validation message sent to me would contain my username and password in clear text. Any idea on how that works, or whether it has any implications that the password is readable by anybody else (other than me) ?Happy christmas holidays!
brian873 Posted December 14, 2004 Posted December 14, 2004 Just for your info...I have been playing around with a web host that uses fantastico to install software I have found that once installed via fantastico some php software's passwords can be found going through the PHP MyAdmin utility.Will see if I can compile a listhail hail
Tarun Posted December 14, 2004 Posted December 14, 2004 Hi, this is an MySQL db question.I'd like to know, whether there's any chance that a person who has access to the MySQL database can run a query on it to find out a password? (let's say we are talking about a phpBB2 or IPB2 forum board user here)I'm asking this, just to know how safe is a password.TIAPasswords are encrypted via MD5. You cannot reverse this at all. As far as the passwords being altered within phpMyAdmin, that I do not know but I do not believe it would be possible.
Arun Posted August 9, 2005 Posted August 9, 2005 Does anyone know whether it is possible to retrieve the MySQL database's password through cPanel or phpmyadmin ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now