Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add OCP\Security\IHasher | Lukas Reschke | 2014-11-06 | 1 | -0/+48 |
| | | | | | | | Public interface for hashing which also works with legacy ownCloud hashes and supports updating the legacy hash via a passed reference. Follow-up of https://github.com/owncloud/core/pull/10219#issuecomment-61624662 Requires https://github.com/owncloud/3rdparty/pull/136 | ||||
* | Fix quoting | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Add test for the second argument | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Fix CHAR_SYMBOLS | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Add char consts, hash the specified password for the HMAC | Lukas Reschke | 2014-09-03 | 1 | -0/+8 |
| | |||||
* | Add some security utilities | Lukas Reschke | 2014-08-27 | 3 | -0/+124 |
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 |