Question:

Database Encryption!!!!

by  |  earlier

0 LIKES UnLike

Right, I would like to know if I could set MyBB and or Wordpress so that they DO NOT encrypt the passwords they place into the database, I am not a newbie or a complete advanced user of MySQL or PHP so I would like a little more info, thanks in advance. 10 Points Best Answer.

http://answers.yahoo.com/question/index;_ylt=AqnOJaJS_M5u3X4gtjpumrXsy6IX;_ylv=3?qid=20080808074859AAqIGsd

 Tags:

   Report

1 ANSWERS


  1. The short answer is yes, you can do that. What you need to do is find the functions in those programs that create users and handle logins, and remove the parts that hash the passwords. Most likely, these are done as MD5 hashes.

    For WordPress, the relevant functions are wp_login, wp_update_user and wp_create_user. I'm not sure about MyBB, I've never used it.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.