nextcloud/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 +02:00
..
AppInfo
Command
Controller
Crypto Save encrypted files in binary format 2022-05-04 17:38:25 +02:00
Exceptions
Hooks
Migration Fix a few psalm issues and moved back to psalm/phar 4.18 2022-01-12 20:03:06 +01:00
Settings
Users
HookManager.php
KeyManager.php Fix a few psalm issues and moved back to psalm/phar 4.18 2022-01-12 20:03:06 +01:00
Recovery.php Fix a few psalm issues and moved back to psalm/phar 4.18 2022-01-12 20:03:06 +01:00
Session.php
Util.php