aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/lib/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-124-1347/+0
| | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests
* if we don't have a encrypted file key we can return a empty string right awayBjoern Schiessle2016-04-261-0/+30
|
* don't create a private-/public-key pair for each user if the master key is ↵Bjoern Schiessle2016-04-261-3/+17
| | | | enabled
* Fix encryption testsRoeland Jago Douma2016-04-081-3/+0
|
* allow group shares, even if not all public keys are availableBjoern Schiessle2016-03-151-1/+37
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* make decrypt all work with the master keyBjoern Schiessle2016-02-291-3/+11
|
* remember signature version and only set it on update to make sure that otherBjoern Schiessle2016-02-101-0/+19
| | | | apps like files_versions still get the old signature version
* fixing unit testsBjörn Schießle2016-02-092-10/+55
|
* sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-091-1/+6
|
* Use AES-256-CTR as defaultLukas Reschke2016-02-091-4/+30
| | | | CTR is recommended over CFB mode.
* Happy new year!Thomas Müller2016-01-124-4/+4
|
* make encryption configurable for home storageBjoern Schiessle2015-10-271-9/+27
|
* update licence headers via scriptMorris Jobke2015-10-052-3/+0
|
* occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-152-0/+203
|
* return false if private key is not validBjoern Schiessle2015-08-301-0/+15
|
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-282-0/+298
|\ | | | | occ command line tool to encrypt all files
| * occ tool to encrypt all filesBjoern Schiessle2015-08-262-0/+298
| |
* | use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-071-5/+106
|/
* update license headers and authorsMorris Jobke2015-06-252-0/+5
|
* Move the helpful method to the TestCase classJoas Schilling2015-06-032-15/+15
|
* Add missing import for the exceptionJoas Schilling2015-05-181-0/+1
|
* Add a unit test for the decrypt methodJoas Schilling2015-05-181-1/+11
|
* add l10n to constructorBjoern Schiessle2015-05-181-1/+8
|
* also encrypt files in trash binBjoern Schiessle2015-05-181-0/+25
|
* Simplify the testJoas Schilling2015-04-302-12/+4
|
* skip user if we don't have a public keyBjoern Schiessle2015-04-301-0/+69
|
* also create encryption keys for empty filesBjoern Schiessle2015-04-281-8/+22
|
* skip update of encryption keys if file is not encryptedBjoern Schiessle2015-04-281-2/+47
|
* fall back to the ownCloud default encryption module and aes128 if we read a ↵Bjoern Schiessle2015-04-271-0/+27
| | | | encrypted file without a header
* add unit test for crypt.phpBjoern Schiessle2015-04-101-0/+263
|
* fixing license headers - encryption code relatedThomas Müller2015-04-071-14/+12
|
* remove unused codeBjoern Schiessle2015-04-071-1/+0
|
* fix versions download and previewsBjoern Schiessle2015-04-071-0/+79