Menu

#19 Remove Dependency on MySQL "PASSWORD" Function

3.0.0
Open
None
None
4
2012-11-18
2012-11-12
No

Extend-A-Story currently uses the MySQL "PASSWORD" function to hash user passwords for storage in the database. This can cause problems when MySQL changes the implementation of the "PASSWORD" function, which is what happend with bug #9: [bugs:#9]. Extend-A-Story should use a PHP function, with a known implemenation that will not change, to hash the user passwords instead.

Related

Bugs: #9

Discussion

  • Jeffrey J. Weston

    • status: open --> Open
    • milestone: --> None
    • resolution: --> None
     
  • Jeffrey J. Weston

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -Extend-A-Story currently uses the MySQL "PASSWORD" function to hash user passwords for storage in the database. This can cause problems when MySQL changes the implementation of the "PASSWORD" function, which is what happend with bug \# 3419172. Extend-A-Story should use a PHP function, with a known implemenation that will not change, to hash the user passwords instead.
    +Extend-A-Story currently uses the MySQL "PASSWORD" function to hash user passwords for storage in the database. This can cause problems when MySQL changes the implementation of the "PASSWORD" function, which is what happend with bug #9: [bugs:#9]. Extend-A-Story should use a PHP function, with a known implemenation that will not change, to hash the user passwords instead.
    
     
  • Jeffrey J. Weston

    • Milestone: None --> 3.0.0
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.