summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Crypto/Crypt.php
Commit message (Expand)AuthorAgeFilesLines
* Increase from 100000 to 600000 iterations for hash_pbkdf2Côme Chilliet2023-06-011-9/+9
* Cleanup signature checking logic in encryptionjld31032023-04-141-4/+6
* Add a test for multiKeyEncrypt/Decrypt methodsCôme Chilliet2023-03-201-0/+3
* Adapt code to new encryption systemCôme Chilliet2023-03-171-12/+3
* Getting rid of openssl_seal and rc4 in server side encryptionCôme Chilliet2023-03-171-5/+58
* Set functions as private to be able to refactor laterCôme Chilliet2023-02-211-7/+9
* Move to phpseclib implementation of RC4Côme Chilliet2023-02-211-42/+16
* Strong type custom openssl_seal implementationCôme Chilliet2023-02-211-28/+12
* Always wrap rc4, and throws on unknown cipherCôme Chilliet2023-02-211-34/+11
* introduce wrapped_openssl_seal() and wrapped_openssl_open() to circument RC4 ...Kevin Niehage2023-02-211-2/+164
* Remove workarounds specific to 7.4Côme Chilliet2023-01-201-4/+3
* Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-291-1/+1
* Replace getSystemValue in encryption appJ0WI2022-12-051-3/+3
* Save encrypted files in binary formatplumbeo2022-05-041-11/+36
* Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-2/+2
* Remember current cipherJ0WI2021-06-291-4/+23
* Merge pull request #26323 from J0WI/crypt-constblizzz2021-06-231-26/+24
|\
| * Use constant for supported formatsJ0WI2021-03-261-26/+24
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* | Drop OpenSSL 0.9.8 workaroundJ0WI2021-03-261-7/+0
|/
* FIXME use default RC4 methodRoeland Jago Douma2020-12-071-2/+2
* Fix encryption testRoeland Jago Douma2020-12-071-1/+2
* The encryption decrypt position can be int or stringChristoph Wurst2020-10-131-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Make legacy cipher opt inRoeland Jago Douma2020-08-191-1/+16
* SSE enhancementRoeland Jago Douma2020-08-111-2/+8
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-8/+3
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* improve variable namingBjoern Schiessle2018-11-301-4/+4
* in case 'encryption_skip_signature_check' was set to true we accept if the fi...Bjoern Schiessle2018-11-271-1/+3
* Allow to disable the signature checkBjoern Schiessle2018-11-271-1/+7
* Adding a check to see if keyFileContents is empty:Stefan Weiberg2018-08-211-0/+4
* Simplify return statementMorris Jobke2018-02-131-5/+2
* Use stripos instead of strpos(strtolower(), 'something')Morris Jobke2018-01-251-1/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* Fix comparisons in encryption appJoas Schilling2017-08-011-1/+1
* Update comments to NextcloudMorris Jobke2017-04-111-3/+3
* always throw a encryption exceptionBjoern Schiessle2017-03-141-5/+4
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-2/+2
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-0/+693