From b72e261153bd02e4edd272cbad99109090b7461e Mon Sep 17 00:00:00 2001 From: Kenny Date: Wed, 31 Jul 2019 16:00:34 +0200 Subject: [PATCH] added a note to the encryption details page describing that there are older encryption schemes Signed-off-by: Kenny --- admin_manual/configuration_files/encryption_details.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/configuration_files/encryption_details.rst b/admin_manual/configuration_files/encryption_details.rst index eddeca6ab..43d320620 100644 --- a/admin_manual/configuration_files/encryption_details.rst +++ b/admin_manual/configuration_files/encryption_details.rst @@ -16,6 +16,8 @@ These conventions apply throughout this document: - Static strings are denoted as ``"some string"``. - The concatenation of strings is denoted as ``$variable."some string"``. +.. note:: This document describes the server-side encryption scheme as implemented by Nextcloud 16. Previous versions of Nextcloud implemented slightly different schemes which Nextcloud still supports for backwards compatibility. Files that have been encrypted by a recent version of Nextcloud should follow the structure documented below. However, files that have been encrypted by previous versions of Nextcloud may have slightly different structures. + Key type: master key --------------------