hihihihi88 0 Report post Posted February 7, 2005 Can I know the password of the user?I can't find it in the control pannel...I have check it in mysql, but i don't know where contain the password data...Or ,any MOD can help us to easy to know the user's password ? Share this post Link to post Share on other sites
szupie 0 Report post Posted February 7, 2005 I don't think mods or admins can see the password, but they can change it. Share this post Link to post Share on other sites
hihihihi88 0 Report post Posted February 7, 2005 I don't think mods or admins can see the password, but they can change it. <{POST_SNAPBACK}> that's you mean we can't know the user's password , right ?i know we can change the password in th admin ... Share this post Link to post Share on other sites
Charly1405241472 0 Report post Posted February 7, 2005 You can only see a coded version of your users paswords, which cannot be decoded, even not by the Pentagon! Another possibilty is to change a users pasword to another pasword, which you know. That would allow you to go into the account of that user, but he will notice that is pasword has been changed! Share this post Link to post Share on other sites
Admiral Lyoko Samus 0 Report post Posted February 7, 2005 Not necessarily. You CAN decode them. You just need to know how to manipulate and read hexadecimal values. Either way, finding the hexadecimal code for your user's password is fairly simple. Â 1.) Access phpMyAdmin 2.) Open the database for your forum 3.) Locate the table called "[your database's prefix]_users" (The prefix will usually be phpbb_ unless you changed it during installation) 4.) Click the "Browse Tab" 5.) Locate the row of the user you are looking for 6.) Locate the colum titled "user_password" There, you will see a hexadecimal code for that user's password. Now, it is encrypted, so I can't tell you how to break the encryption algorithm, but I would think it would be fairly simple to decode the hexadecimal coding. Â Have fun breaking the encryption algorithm! Â Oh, and by the way, why would the Pentagon want to hack a phpBB 2 database? Share this post Link to post Share on other sites
deivid1405241470 0 Report post Posted February 8, 2005 yes Admiral Lyoko Samus has right it can be decoded, the password in phpbb are stored in md5 hashing format, if the user has a 4 characters lenght you can deconde in few hours with a normal p4 2500 or athlon, if the user has 5 some weeks 24/7 and if they have a 6 characters, say good byes, maybe can take more than you can live .Or if you are so interested in decode md5 hashing you can visit http://passcracking.com/ here this guys in some hours can decode your hash, of course if you paid.greetsDeivid Share this post Link to post Share on other sites
Trekkie101 0 Report post Posted February 8, 2005 MDS5 cracking isnt easy, without a computer I dont think you would be able to it would take an age but why would you want to, if you did they could change it easier than you could undo it. Share this post Link to post Share on other sites
Moody 0 Report post Posted June 25, 2005 Why actually do you want his pass, you can change all his configrations any way... Share this post Link to post Share on other sites