summaryrefslogtreecommitdiffstats
path: root/lib/private/Security/Crypto.php
Commit message (Expand)AuthorAgeFilesLines
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-2/+2
* Mark method as deprecatedCarl Schwan2022-09-131-1/+0
* Fix decryption fallback after adding a secretJulius Härtl2022-03-101-5/+10
* Add fallback routines for empty secret casesJulius Härtl2022-03-101-0/+9
* Throw exception if encrypting the data failed.Daniel Kesselberg2021-07-051-6/+16
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Explicitly check hex2bin inputRoeland Jago Douma2021-02-181-3/+19
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Derive encryption key & MAC key from a single key.lynn-stephenson2020-10-151-7/+15
* Use random_bytesRoeland Jago Douma2020-05-111-7/+13
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+2
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-4/+3
* Throw exception if decryption failsRoeland Jago Douma2018-11-141-4/+10
* Make OCP\Security stricterRoeland Jago Douma2018-01-161-3/+4
* Adds type hinting for scalar types in ICrypto->decryptMorris Jobke2018-01-131-1/+1
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-2/+2
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OC\Security to PSR-4Roeland Jago Douma2016-04-141-0/+134