summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* always create a new instance of the encryption moduleBjoern Schiessle2015-04-171-1/+2
* decrypt private key for public shares correctlyBjoern Schiessle2015-04-161-2/+2
* remove calculateUnencryptedSize() - not neededThomas Müller2015-04-141-10/+0
* fix reading of private keyThomas Müller2015-04-141-1/+1
* add unit test for crypt.phpBjoern Schiessle2015-04-101-29/+20
* Fix typos and some other adjustmentsLukas Reschke2015-04-092-6/+9
* Fix PHPDocLukas Reschke2015-04-091-0/+5
* read cipher from key header and always write a key header if a new private ke...Bjoern Schiessle2015-04-081-7/+24
* fix function callBjoern Schiessle2015-04-081-2/+1
* fixing license headers - encryption code relatedThomas Müller2015-04-072-6/+22
* PHPDoc cleanup - clean code \o/Thomas Müller2015-04-071-19/+18
* fix versions download and previewsBjoern Schiessle2015-04-071-3/+15
* cleaning up exception messThomas Müller2015-04-071-1/+1
* Set human readable module idsThomas Müller2015-04-071-1/+1
* Fix shouldEncrypt and don't throw exception id fileKey not present - can happenThomas Müller2015-04-071-20/+21
* only encrypt files and files_versionsThomas Müller2015-04-071-1/+13
* fix exception handlingThomas Müller2015-04-071-38/+26
* let user enable recovery keyBjoern Schiessle2015-04-071-1/+3
* Further cleanup of files_encryptionThomas Müller2015-04-071-9/+1
* fix parameter declaration and class initialisationBjoern Schiessle2015-04-071-3/+3
* check if recovery key exists and encrypt the file with the recovery key if ne...Bjoern Schiessle2015-04-071-4/+35
* add public link share key to file if it was shared as public linkBjoern Schiessle2015-04-071-0/+6
* make sharing and unsharing workBjoern Schiessle2015-04-071-7/+14
* cleanup and removing cachefactoryClark Tomlinson2015-04-071-1/+1
* read encrypted filesBjoern Schiessle2015-04-071-1/+1
* make sure that all file keys are written to the key storageBjoern Schiessle2015-04-071-3/+8
* write encrypted file to discBjoern Schiessle2015-04-072-15/+145
* encryption app: remove legacy code, we do only server-side encryptionBjoern Schiessle2015-04-071-8/+0
* fixing obvious bugs while testingThomas Müller2015-04-072-129/+138
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-072-21/+149
* Initial commitClark Tomlinson2015-04-072-0/+471