summaryrefslogtreecommitdiffstats
path: root/lib/public/Security
Commit message (Collapse)AuthorAgeFilesLines
* Do not use spaces in generated passwordsMorris Jobke2019-04-151-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove deprecated functions from SecureRandomRoeland Jago Douma2018-12-071-26/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Throw exception if decryption failsRoeland Jago Douma2018-11-141-0/+1
| | | | | | For #11868 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make OCP\Security stricterRoeland Jago Douma2018-01-163-5/+8
| | | | | | | | | | | * Add typehints * Add return types * Opcode opts from phpstorm * Made strict * Fixed tests: No need to test bogus values anymore strict typing fixes this Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix testsRoeland Jago Douma2018-01-141-2/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Strict ISecure randomRoeland Jago Douma2018-01-131-2/+4
| | | | | | | | | * Declare strict * Scalar arguments * Return type * Use fully qualified name for strlen Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adds type hinting for scalar types in ICrypto->decryptMorris Jobke2018-01-131-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Some phpstorm inspection fixesRoeland Jago Douma2017-07-221-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Increase device password entropy. Use lower- and upper-case characters and ↵Fabrizio Steiner2017-05-081-0/+7
| | | | | | digits, but exclude ambiguous characters. The number of digits has also been increased to 25. Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com>
* Fix othersJoas Schilling2016-07-216-6/+12
|
* Update license headersLukas Reschke2016-05-265-5/+5
|
* Move \OCP\Security to PSR-4Roeland Jago Douma2016-05-186-0/+380