From eb5bcfd87ab14eebf18db26f7a3f2f41ad86da3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 14 Jun 2021 16:20:59 +0200 Subject: [PATCH] Extend legacy encryption scan docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- admin_manual/configuration_files/encryption_migration.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin_manual/configuration_files/encryption_migration.rst b/admin_manual/configuration_files/encryption_migration.rst index 2b0ea4c4c..eb8c75f39 100644 --- a/admin_manual/configuration_files/encryption_migration.rst +++ b/admin_manual/configuration_files/encryption_migration.rst @@ -5,8 +5,7 @@ Encryption migration Encryption format ----------------- -Nextcloud still supports the legacy encryption scheme used for server side encryption. -However it is recommended to check if you have to still support this scheme. +Nextcloud still supports the legacy encryption scheme used for server side encryption where the encrypted files did not contain header information. This may still be used for installations that still have encrypted files from <= ownCloud 6. Files will be updated to the new encryption format once they are written again. However it is recommended to check if you have to still support this scheme. Starting with version 20 for new installations the legacy encryption will be off by default. However if you are upgrading there is a migration path to check if you can disable legacy encryption.