Searched hist:"3 a0a2d05635920b64626448302afb12c22bb6cf6" (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/inc/ |
H A D | load.php | 3a0a2d05635920b64626448302afb12c22bb6cf6 Sat Jan 22 20:52:30 UTC 2011 Andreas Gohr <andi@splitbrain.org> refactored passowrd hashing functions to a class
this splits the long auth_cryptPassword() function into many member functions of a new class PassHash which should make it more maintainable and reusable for other projects.
This also adds two new methods djangomd5 and djangosha1 as used by the popular python framework Django.
Maybe the auth_cryptPassword() and auth_verifyPassword() functions should be deprecated in favor of using the class directly?
|
H A D | auth.php | 3a0a2d05635920b64626448302afb12c22bb6cf6 Sat Jan 22 20:52:30 UTC 2011 Andreas Gohr <andi@splitbrain.org> refactored passowrd hashing functions to a class
this splits the long auth_cryptPassword() function into many member functions of a new class PassHash which should make it more maintainable and reusable for other projects.
This also adds two new methods djangomd5 and djangosha1 as used by the popular python framework Django.
Maybe the auth_cryptPassword() and auth_verifyPassword() functions should be deprecated in favor of using the class directly?
|