Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 1 | -60/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+18 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -17/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+17 |
| | |||||
* | Return false in case one of the values is null | Lukas Reschke | 2014-09-12 | 1 | -0/+4 |
| | |||||
* | Add char consts, hash the specified password for the HMAC | Lukas Reschke | 2014-09-03 | 1 | -1/+5 |
| | |||||
* | Add some security utilities | Lukas Reschke | 2014-08-27 | 1 | -0/+38 |
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 |