summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-124-4/+8
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* Use PHP polyfillsLukas Reschke2015-12-111-23/+8
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-6/+8
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-272-16/+15
* make encryption configurable for home storageBjoern Schiessle2015-10-271-0/+6
* Update license headersLukas Reschke2015-10-261-0/+1
* Fix "Call to a member function getUID() on boolean" in CryptJoas Schilling2015-10-221-4/+4
* update licence headers via scriptMorris Jobke2015-10-052-2/+0
* add some output to explain the pre-conditions for decrypt-allBjoern Schiessle2015-10-051-0/+6
* no need to list users if all users already had a key-pairBjoern Schiessle2015-09-241-0/+6
* fix small typoBjoern Schiessle2015-09-211-1/+1
* occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-152-1/+178
* Function does return voidLukas Reschke2015-09-151-2/+1
* enable usage of a master keyBjoern Schiessle2015-09-071-14/+25
* return false if private key is not validBjoern Schiessle2015-08-301-1/+1
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-282-0/+443
|\
| * occ tool to encrypt all filesBjoern Schiessle2015-08-262-0/+443
* | use uid as additional information for saltBjoern Schiessle2015-08-071-6/+9
* | use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-071-9/+130
|/
* update license headers and authorsMorris Jobke2015-06-252-1/+6
* add hint to exceptionBjoern Schiessle2015-06-081-5/+4
* improve error messages displayed to the userBjoern Schiessle2015-05-271-1/+1
* Merge pull request #16085 from owncloud/encryption-module-renameThomas Müller2015-05-191-2/+2
|\
| * rename to 'Default encryption module'Jan-Christoph Borchardt2015-05-061-2/+2
* | Add missing import for the exceptionJoas Schilling2015-05-181-0/+2
* | add l10n to constructorBjoern Schiessle2015-05-181-2/+8
* | Merge pull request #16404 from owncloud/enc_encrypt_files_in_trashVincent Petry2015-05-181-1/+4
|\ \
| * | also encrypt files in trash binBjoern Schiessle2015-05-181-1/+4
| |/
* / a new approach to display the error messageBjoern Schiessle2015-05-181-0/+40
|/
* Merge pull request #15938 from owncloud/enc_update_recovery_share_keyBjörn Schießle2015-05-051-25/+3
|\
| * check recovery setting for the right userBjoern Schiessle2015-04-301-25/+3
* | Simplify the testJoas Schilling2015-04-301-2/+4
* | skip user if we don't have a public keyBjoern Schiessle2015-04-301-1/+15
|/
* method shouldn't be staticBjoern Schiessle2015-04-281-1/+1
* also create encryption keys for empty filesBjoern Schiessle2015-04-281-15/+20
* skip update of encryption keys if file is not encryptedBjoern Schiessle2015-04-281-10/+29
* fall back to the ownCloud default encryption module and aes128 if we read a e...Bjoern Schiessle2015-04-272-3/+20
* 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