Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 1 | -38/+0 |
| | |||||
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Refactor tests a little bit | Lukas Reschke | 2014-09-03 | 1 | -6/+23 |
| | |||||
* | Add some security utilities | Lukas Reschke | 2014-08-27 | 1 | -0/+21 |
This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this |