summaryrefslogtreecommitdiff
path: root/_test/cases/inc/auth_password.test.php
Commit message (Collapse)AuthorAge
* removed deprecated old test frameworkTobias Sarnowski2012-04-18
|
* fixed error in bcrypt password methodAndreas Gohr2012-03-16
|
* Merge branch 'lmd5' into bcryptAndreas Gohr2011-11-27
|\ | | | | | | | | Conflicts: lib/plugins/config/settings/config.metadata.php
| * added test case for lsmd5 passhashingAndreas Gohr2011-11-27
| |
* | Added bcrypt support for password hashesAndreas Gohr2011-10-14
|/ | | | This method require PHP 5.3+ it will fail otherwise!
* Fixed test and broken salt generation in PassHash classAndreas Gohr2011-10-14
| | | | | | | Turned out a test wasn't really testing what it should have been testing and thus did hide a bug. Still puzzles me why it still worked some times. This patch also sets the default iteration count for bmd5 and pmd5 to 8.
* use a bigger range of characters for password saltsAndreas Gohr2011-01-23
|
* django pass hashes have no leading $Andreas Gohr2011-01-23
|
* refactored passowrd hashing functions to a classAndreas Gohr2011-01-22
| | | | | | | | | | | | 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?
* Added support for Wordpress' password hashing FS#2134Andreas Gohr2011-01-15
|
* added unit test for kmd5 password hashingAndreas Gohr2011-01-15
|
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
* added missing unit test to repositoryAndreas Gohr2009-01-25
Ignore-this: d1c6f55bfb7edcdb40c6b69a219d8291 darcs-hash:20090125144648-7ad00-94e0d4a6b153f193841317851cb3d6e8f2744cb0.gz