aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/security/stringutils.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP\Security to PSR-4Roeland Jago Douma2016-05-181-47/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Use PHP polyfillsLukas Reschke2015-12-111-1/+2
|
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+7
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-4/+18
|
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+17
|
* Add some security utilitiesLukas Reschke2014-08-271-0/+25
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