nextcloud-server/lib/private/Files/Stream
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
..
Encryption.php Save encrypted files in binary format 2022-05-04 17:38:25 +07:00
HashWrapper.php Update php licenses 2021-06-04 22:02:41 +07:00
Quota.php Update php licenses 2021-06-04 22:02:41 +07:00
SeekableHttpStream.php Support seeking also from the end of file on S3 storage 2021-09-11 17:43:50 +07:00