mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Update encrypting_files.rst
Update links to 13 and link to our own blog
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
===============================
|
||||
Encrypting your Nextcloud files
|
||||
===============================
|
||||
=============================================
|
||||
Encrypting your Nextcloud files on the server
|
||||
=============================================
|
||||
|
||||
Nextcloud includes an Encryption app, and when it is enabled by your Nextcloud
|
||||
administrator all of your Nextcloud data files are automatically encrypted.
|
||||
Nextcloud includes a server side Encryption app, and when it is enabled by
|
||||
your Nextcloud administrator all of your Nextcloud data files are automatically
|
||||
encrypted on the server.
|
||||
Encryption is server-wide, so when it is enabled you cannot choose to keep your
|
||||
files unencrypted. You don't have to do anything special, as it uses your
|
||||
Nextcloud login as the password for your unique private encryption key. Just log
|
||||
@@ -23,8 +24,7 @@ it is better to use some other form of encryption such as file-level or whole
|
||||
disk encryption. Because the keys are kept on your Nextcloud server, it is
|
||||
possible for your Nextcloud admin to snoop in your files, and if the server is
|
||||
compromised the intruder may get access to your files. (Read
|
||||
`How Nextcloud uses encryption to protect your data
|
||||
<https://owncloud.org/blog/how-owncloud-uses-encryption-to-protect-your-data/>`_
|
||||
`Encryption in Nextcloud <https://nextcloud.com/blog/encryption-in-nextcloud/>`_
|
||||
to learn more.)
|
||||
|
||||
Encryption FAQ
|
||||
@@ -34,7 +34,7 @@ How can encryption be disabled?
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The only way to disable encryption is to run the `"decrypt all"
|
||||
<https://docs.nextcloud.org/server/12/admin_manual/configuration_server/occ_command.html#encryption-label>`_.
|
||||
<https://docs.nextcloud.org/server/13/admin_manual/configuration_server/occ_command.html#encryption-label>`_.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
@@ -44,8 +44,8 @@ Is it possible to disable encryption with the recovery key?
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Yes, *if* every user uses the `file recovery key
|
||||
<https://docs.nextcloud.com/server/12/admin_manual/configuration_files/encryption_configuration.html#enabling-users-file-recovery-keys>`_, `"decrypt all"
|
||||
<https://docs.nextcloud.org/server/12/admin_manual/configuration_server/occ_command.html#encryption-label>`_ will use it to decrypt all files.
|
||||
<https://docs.nextcloud.com/server/13/admin_manual/configuration_files/encryption_configuration.html#enabling-users-file-recovery-keys>`_, `"decrypt all"
|
||||
<https://docs.nextcloud.org/server/13/admin_manual/configuration_server/occ_command.html#encryption-label>`_ will use it to decrypt all files.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
@@ -53,7 +53,7 @@ Can encryption be disabled without the user's password?
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
If you don't have the users password or `file recovery key
|
||||
<https://docs.nextcloud.com/server/12/admin_manual/configuration_files/encryption_configuration.html#enabling-users-file-recovery-keys>`_.
|
||||
<https://docs.nextcloud.com/server/13/admin_manual/configuration_files/encryption_configuration.html#enabling-users-file-recovery-keys>`_.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user