Jump to content

barffyman

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

barffyman's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Don't store the password in the database without encrypting it. PHP and MySQL don't encode anything unless you tell them to. When you insert the password into the database, make sure you md5() it first. When a user is going to log in with his password, md5() the password he typed in and compare it to what the password is stored as on the server. This way only the user knows his unencrypted password.
×
×
  • 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.