aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/crypt.php
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-581/+0
|
* Update license headersJenkins for ownCloud2015-03-261-26/+29
|
* Revert "Updating license headers"Morris Jobke2015-02-261-30/+27
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-27/+30
|
* make versions of shared files downloadableBjoern Schiessle2015-01-091-3/+0
|
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-5/+5
|
* Fix namespace of files_encryption classes and autoload themJoas Schilling2014-12-091-1/+1
|
* clean up encryption exceptionsBjoern Schiessle2014-11-071-16/+21
|
* Make files non executableLukas Reschke2014-10-241-0/+0
| | | | There is not much sense in having these files marked executable, we should avoid that.
* fixing usage of EncryptionExceptionThomas Müller2014-10-171-3/+4
|
* fix typoVolkan Gezer2014-09-191-1/+1
|
* update existing unit testsBjoern Schiessle2014-07-231-1/+1
|
* support aes 256Bjoern Schiessle2014-07-231-20/+111
|
* introduce some encryption exceptions and catch additional error casesBjoern Schiessle2014-07-161-16/+7
|
* Kill legacy encryption migrationThomas Müller2014-07-081-90/+0
|
* use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle2014-06-051-0/+1
|
* use phpseclib from 3rdpartyThomas Müller2014-06-031-1/+1
| | | | rename class Crypt_Blowfish to Legacy_Crypt_Blowfish
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-19/+19
| | | | * test case added to avoid adding them later
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-11/+10
|
* @returns -> @returnThomas Müller2014-05-131-7/+7
|
* Update crypt.phpScott Arciszewski2014-03-241-2/+2
| | | Use a 256-bit random value
* Update crypt.phpScott Arciszewski2014-03-191-2/+2
| | | | | | | A 1024 kilobyte key would be obnoxiously slow to operate on. I'm assuming you meant 1024-bit? Also, 183 bytes = 1464 bits. Here's a safe alternative: 2048 bits, with comment-code sanity
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-9/+9
|
* block file access if share keys are missingBjoern Schiessle2013-10-111-5/+11
|
* Employ config option for OpenSSL config file, if provided.Owen Winkler2013-09-021-4/+5
| | | | This should help make OpenSSL configuration on Windows servers easier by allowing the openssl.cnf file to be set directly in the ownCloud config, rather than in SetEnv commands that don't exist and are hard to replicate in IIS.
* Start a branch for easier OpenSSL configuration.Owen Winkler2013-09-021-0/+1
|
* Use __DIR__ instead of dirname(__FILE__).Andreas Fischer2013-08-211-1/+1
| | | | This is possible because we require PHP 5.3 or higher.
* Do not use realpath() on includes.Andreas Fischer2013-08-211-1/+1
| | | | | | | If the file does not exist, realpath() returns false and "include false;" produces "Failed opening '' for inclusion" which is a useless error message. 'include' works just fine with symlinks, "./" and "../".
* Merge pull request #4352 from owncloud/encryption_clean_upBjörn Schießle2013-08-171-105/+12
|\ | | | | crypt.php clean up
| * fixing typos and PHPDocThomas Müller2013-08-081-4/+3
| |
| * remove todo itemBjoern Schiessle2013-08-081-4/+0
| |
| * make methods private which are not used from outsideBjoern Schiessle2013-08-081-101/+13
| |
* | more error messages which might be useful for the user to debug his server ↵Bjoern Schiessle2013-08-081-1/+3
|/ | | | config
* add openssl_error_string() output to the owncloud.logBjörn Schießle2013-06-261-6/+5
|
* always have a defined return valueBjörn Schießle2013-06-191-4/+4
|
* some more error messagesBjörn Schießle2013-06-191-5/+3
|
* add some more error messages, in case something went wrongBjörn Schießle2013-06-191-16/+17
|
* fix memory problems as reported at #3620Florin Peter2013-06-131-3/+3
|
* Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-131-25/+1
|\ | | | | | | | | | | Conflicts: apps/files_encryption/appinfo/app.php apps/files_encryption/lib/util.php
| * cleanup unused method legacyKeyRecryptKeyfileFlorin Peter2013-05-311-24/+0
| |
| * use legacyDecrypt to decrypt key file like the previous files_encryptionFlorin Peter2013-05-311-1/+1
| |
* | reformat codeFlorin Peter2013-06-031-2/+2
| |
* | introduce decryptPrivateKey() method which also checks if the result is a ↵Björn Schießle2013-06-031-0/+28
|/ | | | valid private key to avoid additional checks on various places
* changed to public log apiFlorin Peter2013-05-271-4/+4
|
* replace == with === and replace != with !==Florin Peter2013-05-271-14/+12
|
* Merge branch 'master' into remove_unused_varsBjörn Schießle2013-05-271-4/+4
|\ | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/crypt.php apps/files_encryption/lib/proxy.php
| * legacyBlockDecryprt() needs to be publicBjörn Schießle2013-05-271-1/+1
| |
| * make legacyDecrypt() private als always call legacyBlockDecrypt() from other ↵Björn Schießle2013-05-271-1/+1
| | | | | | | | classes
| * fix migration from old to new encryptionBjörn Schießle2013-05-271-1/+1
| |
* | reformat codeFlorin Peter2013-05-271-99/+106
| |