[wp-trac] [WordPress Trac] #21022: Allow bcrypt to be enabled via filter for pass hashing

WordPress Trac noreply at wordpress.org
Sat Nov 24 08:26:58 UTC 2012


#21022: Allow bcrypt to be enabled via filter for pass hashing
-----------------------------+------------------------------
 Reporter:  th23             |       Owner:
     Type:  enhancement      |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Security         |     Version:  3.4
 Severity:  normal           |  Resolution:
 Keywords:  3.5 2nd-opinion  |
-----------------------------+------------------------------
Changes (by ryansatterfield):

 * keywords:  3.6-early => 3.5 2nd-opinion


Comment:

 I have a patch so it will use MD5 if it is on 5.2, but if it is on 5.3 or
 higher it will use sha-512. I am setting up subversion right now since git
 tortoise isn't working great. If PHPass documentation is right, the
 existing users hash should be automatically switched if the environment
 changes. The only issue I didn't fix in the patch was altering the table,
 since varchar only holds 64 characters and sha-512 is 128.

 This should be able to get out in 3.5, shouldn't it?

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21022#comment:37>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list