summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* Use number of chunk for HMAC as wellLukas Reschke2016-02-092-14/+16
* Keep track of file versionLukas Reschke2016-02-093-13/+53
* Clarify documentationLukas Reschke2016-02-091-0/+2
* Use hash with appended "a" of the original password for the authenticationLukas Reschke2016-02-091-3/+4
* fixing unit testsBjörn Schießle2016-02-091-1/+1
* Use random_bytes instead OpenSSLLukas Reschke2016-02-091-8/+1
* meta data are at the end of the fileBjörn Schießle2016-02-091-1/+1
* always use default cipher for write operations, no matter how the file was en...Björn Schießle2016-02-091-3/+3
* make it backward compatible to work with signed and un-signed filesBjörn Schießle2016-02-092-10/+19
* sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-092-27/+117
* Add note about the addPadding functionLukas Reschke2016-02-091-0/+4
* Use an actual 16 byte long IVLukas Reschke2016-02-091-17/+2
* Use AES-256-CTR as defaultLukas Reschke2016-02-091-22/+38
* Merge pull request #21612 from owncloud/fix_21598Thomas Müller2016-01-131-4/+5
|\
| * only use master key ID if a user is logged in. Otherwise keep the public link...Björn Schießle2016-01-111-4/+5
* | Happy new year!Thomas Müller2016-01-1215-15/+26
* | getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
|/
* Remove undefined variableLukas Reschke2016-01-071-4/+0
* Fix PHPDoc + Add handling for error casesLukas Reschke2016-01-072-4/+10
* 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-275-25/+29
* Make Cache\Updater per storageRobin Appelman2015-11-251-1/+1
* Correct the description of function setEncryptHomeStoragePhil Davis2015-11-031-1/+1
* make encryption configurable for home storageBjoern Schiessle2015-10-272-1/+47
* 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-058-13/+1
* 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-153-2/+237
* Function does return voidLukas Reschke2015-09-151-2/+1
* enable usage of a master keyBjoern Schiessle2015-09-074-15/+115
* 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-283-0/+445
|\
| * occ tool to encrypt all filesBjoern Schiessle2015-08-263-0/+445
* | Merge pull request #18121 from owncloud/enc_improve_privkey_encryptionLukas Reschke2015-08-243-22/+142
|\ \ | |/ |/|
| * use uid as additional information for saltBjoern Schiessle2015-08-073-13/+13
| * use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-073-15/+135
* | Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-101-3/+3
|/
* only update database on the first run (first run = we have a version number f...Bjoern Schiessle2015-07-311-7/+19
* Fix existing usages by removing the quotesJoas Schilling2015-07-211-7/+7
* Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-211-7/+7
* fix mount point detectionBjoern Schiessle2015-07-201-3/+5
* don't move keys if the key where already moved in a previous migration runBjoern Schiessle2015-07-171-14/+60
* Merge pull request #17500 from owncloud/encryption_migration_improvementsThomas Müller2015-07-162-5/+22
|\
| * only create new key pair if both keys are missingBjoern Schiessle2015-07-081-4/+21
| * only cleanUp the remaining keys if the migration really finished succesfullyBjoern Schiessle2015-07-081-1/+1
* | more secure way to update the databaseBjoern Schiessle2015-07-081-14/+24
|/