nextcloud-server/apps/encryption/lib
plumbeo 1258caeab7 Save encrypted files in binary format
Default to the more space-efficient binary encoding for newly encrypted files
instead of the traditional base64 encoding, eliminating the 33% overhead.

The new option 'encryption.use_legacy_encoding' allows to force the legacy
encoding format if needed. Files encoded in the old format remain readable.

Based on https://github.com/owncloud/encryption/pull/224 and
https://github.com/owncloud/core/pull/38249 by karakayasemi.

Signed-off-by: plumbeo <plumbeo@users.noreply.github.com>
2022-05-04 17:38:25 +07:00
..
AppInfo Update php licenses 2021-06-04 22:02:41 +07:00
Command Fix tests on PHP 8.1 for encryption, files_sharing, files_version, 2021-12-16 09:43:29 +07:00
Controller Update php licenses 2021-06-04 22:02:41 +07:00
Crypto Save encrypted files in binary format 2022-05-04 17:38:25 +07:00
Exceptions Update php licenses 2021-06-04 22:02:41 +07:00
Hooks Update php licenses 2021-06-04 22:02:41 +07:00
Migration Fix a few psalm issues and moved back to psalm/phar 4.18 2022-01-12 20:03:06 +07:00
Settings Update php licenses 2021-06-04 22:02:41 +07:00
Users Update php licenses 2021-06-04 22:02:41 +07:00
HookManager.php Update php licenses 2021-06-04 22:02:41 +07:00
KeyManager.php Fix a few psalm issues and moved back to psalm/phar 4.18 2022-01-12 20:03:06 +07:00
Recovery.php Fix a few psalm issues and moved back to psalm/phar 4.18 2022-01-12 20:03:06 +07:00
Session.php Update php licenses 2021-06-04 22:02:41 +07:00
Util.php Update php licenses 2021-06-04 22:02:41 +07:00