Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 4 | -1889/+0 |
| | | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests | ||||
* | don't create a private-/public-key pair for each user if the master key is ↵ | Bjoern Schiessle | 2016-04-26 | 1 | -21/+60 |
| | | | | enabled | ||||
* | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 | Thomas Müller | 2016-04-15 | 1 | -0/+13 |
| | |||||
* | Merge pull request #23192 from ↵ | Thomas Müller | 2016-03-16 | 1 | -0/+7 |
|\ | | | | | | | | | owncloud/make-ancient-users-happy-with-totally-untested-stuff Fallback for crappy ancient distributions | ||||
| * | Fallback for crappy ancient distributions | Lukas Reschke | 2016-03-12 | 1 | -0/+7 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/23181 | ||||
* | | allow group shares, even if not all public keys are available | Bjoern Schiessle | 2016-03-15 | 1 | -1/+5 |
|/ | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 2 | -2/+0 |
| | |||||
* | make decrypt all work with the master key | Bjoern Schiessle | 2016-02-29 | 1 | -23/+34 |
| | |||||
* | remember signature version and only set it on update to make sure that other | Bjoern Schiessle | 2016-02-10 | 1 | -12/+21 |
| | | | | apps like files_versions still get the old signature version | ||||
* | use the version of the original file if we write the part file to have a ↵ | Bjoern Schiessle | 2016-02-10 | 1 | -15/+30 |
| | | | | proper version if we move the file over to the original location | ||||
* | Use cache and add tests | Lukas Reschke | 2016-02-09 | 1 | -4/+5 |
| | |||||
* | don't decrease ->version for part files but only a local variable, otherwise ↵ | Bjoern Schiessle | 2016-02-09 | 1 | -4/+8 |
| | | | | it can happen that we decrease it twice and end up with the wrong value | ||||
* | realPath should contain the path to the file we want to read, e.g. the ↵ | Bjoern Schiessle | 2016-02-09 | 1 | -1/+1 |
| | | | | version and not the original file | ||||
* | Use database for keeping track of the version | Lukas Reschke | 2016-02-09 | 1 | -2/+9 |
| | |||||
* | Use number of chunk for HMAC as well | Lukas Reschke | 2016-02-09 | 2 | -14/+16 |
| | | | | Prevents switching single blocks within the encrypted file. | ||||
* | Keep track of file version | Lukas Reschke | 2016-02-09 | 2 | -13/+34 |
| | | | | This way it is not possible anymore for an external storage admin to put up old versions of the file. | ||||
* | Clarify documentation | Lukas Reschke | 2016-02-09 | 1 | -0/+2 |
| | |||||
* | Use hash with appended "a" of the original password for the authentication | Lukas Reschke | 2016-02-09 | 1 | -3/+4 |
| | |||||
* | fixing unit tests | Björn Schießle | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Use random_bytes instead OpenSSL | Lukas Reschke | 2016-02-09 | 1 | -8/+1 |
| | |||||
* | meta data are at the end of the file | Björn Schießle | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | always use default cipher for write operations, no matter how the file was ↵ | Björn Schießle | 2016-02-09 | 1 | -3/+3 |
| | | | | encrypted before | ||||
* | make it backward compatible to work with signed and un-signed files | Björn Schießle | 2016-02-09 | 2 | -10/+19 |
| | |||||
* | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 2 | -27/+117 |
| | |||||
* | Add note about the addPadding function | Lukas Reschke | 2016-02-09 | 1 | -0/+4 |
| | |||||
* | Use an actual 16 byte long IV | Lukas Reschke | 2016-02-09 | 1 | -17/+2 |
| | | | | The previous IV was actually 12 byte extended to 16 byte using base64. As the encrypted file should be fine with containing binary data as well we can simply remove the encoding like that here. | ||||
* | Use AES-256-CTR as default | Lukas Reschke | 2016-02-09 | 1 | -22/+38 |
| | | | | CTR is recommended over CFB mode. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 4 | -4/+8 |
| | |||||
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 1 | -23/+8 |
| | |||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -6/+8 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-27 | 2 | -16/+15 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 1 | -0/+6 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | Fix "Call to a member function getUID() on boolean" in Crypt | Joas Schilling | 2015-10-22 | 1 | -4/+4 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -2/+0 |
| | |||||
* | add some output to explain the pre-conditions for decrypt-all | Bjoern Schiessle | 2015-10-05 | 1 | -0/+6 |
| | |||||
* | no need to list users if all users already had a key-pair | Bjoern Schiessle | 2015-09-24 | 1 | -0/+6 |
| | |||||
* | fix small typo | Bjoern Schiessle | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 2 | -1/+178 |
| | |||||
* | Function does return void | Lukas Reschke | 2015-09-15 | 1 | -2/+1 |
| | | | | This function does return void and not a bool. | ||||
* | enable usage of a master key | Bjoern Schiessle | 2015-09-07 | 1 | -14/+25 |
| | |||||
* | return false if private key is not valid | Bjoern Schiessle | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 2 | -0/+443 |
|\ | | | | | occ command line tool to encrypt all files | ||||
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 2 | -0/+443 |
| | | |||||
* | | use uid as additional information for salt | Bjoern Schiessle | 2015-08-07 | 1 | -6/+9 |
| | | |||||
* | | use password hash instead of the plain password to encrypt the private key | Bjoern Schiessle | 2015-08-07 | 1 | -9/+130 |
|/ | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -1/+6 |
| | |||||
* | add hint to exception | Bjoern Schiessle | 2015-06-08 | 1 | -5/+4 |
| | |||||
* | improve error messages displayed to the user | Bjoern Schiessle | 2015-05-27 | 1 | -1/+1 |
| |