summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-015-5/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* make decrypt all work with the master keyBjoern Schiessle2016-02-292-24/+35
* remember signature version and only set it on update to make sure that otherBjoern Schiessle2016-02-101-12/+21
* use the version of the original file if we write the part file to have a prop...Bjoern Schiessle2016-02-101-15/+30
* Use cache update instead of put for encryption versionVincent Petry2016-02-091-1/+1
* Use cache and add testsLukas Reschke2016-02-092-15/+12
* don't decrease ->version for part files but only a local variable, otherwise ...Bjoern Schiessle2016-02-091-4/+8
* realPath should contain the path to the file we want to read, e.g. the versio...Bjoern Schiessle2016-02-091-1/+1
* Use database for keeping track of the versionLukas Reschke2016-02-092-5/+31
* 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