mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
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> |
||
|---|---|---|
| .. | ||
| AppInfo | ||
| Command | ||
| Controller | ||
| Crypto | ||
| Exceptions | ||
| Hooks | ||
| Migration | ||
| Settings | ||
| Users | ||
| HookManager.php | ||
| KeyManager.php | ||
| Recovery.php | ||
| Session.php | ||
| Util.php | ||