diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-01-26 13:38:20 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-01-26 13:38:20 +0100 |
commit | dfbe4adfd080433f91409f028935b9f9879fceca (patch) | |
tree | bd2579c92d5561caee8f194e0f6f00fab74366da /_test/tests | |
parent | 925ad1487c71b97ed6cdb2e339a8d84abd199fef (diff) | |
download | rpg-dfbe4adfd080433f91409f028935b9f9879fceca.tar.gz rpg-dfbe4adfd080433f91409f028935b9f9879fceca.tar.bz2 |
added SHA512 hashing method FS#2663
Diffstat (limited to '_test/tests')
-rw-r--r-- | _test/tests/inc/auth_password.test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/tests/inc/auth_password.test.php b/_test/tests/inc/auth_password.test.php index 53b9b2c6c..27e03be60 100644 --- a/_test/tests/inc/auth_password.test.php +++ b/_test/tests/inc/auth_password.test.php @@ -16,6 +16,7 @@ class auth_password_test extends PHPUnit_Framework_TestCase { 'kmd5' => 'a579299436d7969791189acadd86fcb716', 'djangomd5' => 'md5$abcde$d0fdddeda8cd92725d2b54148ac09158', 'djangosha1' => 'sha1$abcde$c8e65a7f0acc9158843048a53dcc5a6bc4d17678', + 'sha512' => '$6$abcdefgh12345678$J9.zOcgx0lotwZdcz0uulA3IVQMinZvFZVjA5vapRLVAAqtay23XD4xeeUxQ3B4JvDWYFBIxVWW1tOYlHX13k1' ); |