Jump to content
  • 0

flux cp: Account password problem


Question

Posted

After registration account has been registered successfully. But when I look in SQL. The password is in different value.

ex. When I create an account with password = Helloworld17

The SQL password value = 7cfd9e20418e002a4d406e00c5390e65

what is the problem?

5 answers to this question

Recommended Posts

Posted

Hi Rhaven,

MD5 encrypts the plain-text value of the password, so if someone hacks into the MySQL database; they don't know the actual password since it's just a hash value. But if you secure your MySQL, you shouldn't have any problems with this.

  • Upvote 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...