History log of /dokuwiki/_test/tests/inc/PassHash.test.php (Results 1 – 4 of 4)
Revision Date Author Comments
# c3cc6e05 06-Mar-2019 Andreas Gohr <andi@splitbrain.org>

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this case where the method name is auto-built from the hash type
name.

show more ...


# 924cc11c 11-Mar-2016 Andreas Gohr <andi@splitbrain.org>

add support for new Django hashing methods

New Python Django application default to PBKDF2 with SHA256 as a
password mechanism. This adds support for that mechanism in our
password hasher class. Thi

add support for new Django hashing methods

New Python Django application default to PBKDF2 with SHA256 as a
password mechanism. This adds support for that mechanism in our
password hasher class. This will be needed in the tests for the new
PDO auth plugin.

show more ...


# 36340418 30-Apr-2014 Andreas Gohr <andi@splitbrain.org>

fixed some test inheriting from the wrong parent


# f1b824b5 30-May-2013 Andreas Gohr <gohr@cosmocode.de>

added HMAC support to PassHash class FS#2794