summaryrefslogtreecommitdiffstats
path: root/lib/private/security/securerandom.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix type annotationLukas Reschke2015-04-271-1/+1
| | | | Obviously should be an int
* Update license headersJenkins for ownCloud2015-03-261-4/+18
|
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+17
|
* URLEncode logout attributeLukas Reschke2015-02-131-2/+1
| | | | Otherwise logout can fail if the requesttoken contains a +
* Add some security utilitiesLukas Reschke2014-08-271-0/+79
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