nextcloud-server/apps/encryption/tests
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
..
Command Fix encrypted version to 0 when finding unencrypted file 2021-08-26 10:44:49 +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
Hooks Update php licenses 2021-06-04 22:02:41 +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
HookManagerTest.php Update php licenses 2021-06-04 22:02:41 +07:00
KeyManagerTest.php Update php licenses 2021-06-04 22:02:41 +07:00
RecoveryTest.php Update php licenses 2021-06-04 22:02:41 +07:00
SessionTest.php Update php licenses 2021-06-04 22:02:41 +07:00
UtilTest.php Update php licenses 2021-06-04 22:02:41 +07:00