You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- All files are encrypted with a central server-controlled key.
123
125
- Admins can decrypt any user’s files.
124
-
- Offers better performance and compatibility with more login/authentication modes.
125
-
- Best for organizations that need to recover files if users forget their passwords.
126
+
- **Recovery keys are not available in master key mode.** Files remain accessible if a user forgets their password, as they are encrypted by the master key, not the user password.
127
+
- Recommended for most deployments.
126
128
127
129
**User Keys:**
128
130
129
131
- Each user’s files are encrypted with a password-protected key.
130
132
- Admins cannot (readily) decrypt files without the user's password, unless a recovery key is defined.
131
133
- If a user forgets their password and no recovery key exists, their files are lost.
134
+
- This mode does not work with all authentication methods (e.g., app passwords, single sign-on) and is only recommended for compatibility with older setups.
132
135
133
136
**How to choose:**
134
137
@@ -308,12 +311,18 @@ User Keys: Sharing & Recovery
308
311
309
312
**Enabling file recovery keys:**
310
313
314
+
Recovery keys are only available in per-user key mode (not the default master key mode).
315
+
311
316
- If you lose your Nextcloud password, you lose access to your encrypted files.
312
-
- If a user loses their password, their files are unrecoverable unless a recovery key is enabled.
313
-
- To enable recovery, go to Encryption in Admin page and set a recovery key password.
317
+
- If a user loses their password, their files are unrecoverable unless a recovery key is enabled (per-user key mode only).
318
+
- To enable recovery (in per-user key mode), go to Encryption in Admin page and set a recovery key password.
314
319
- Users must enable password recovery in their Personal settings for the Recovery Key to work.
315
320
- For users who have enabled password recovery, admins can reset passwords and recover files using the Recovery Key.
316
321
322
+
.. warning::
323
+
The recovery process can be slow and resource-intensive, especially for instances with large amounts of encrypted data.
324
+
Test recovery procedures before relying on them in production.
325
+
317
326
.. figure:: images/encryption10.png
318
327
.. figure:: images/encryption7.png
319
328
.. figure:: images/encryption8.png
@@ -328,6 +337,22 @@ LDAP and External User Backends
328
337
Troubleshooting
329
338
---------------
330
339
340
+
Why don't I see the recovery key option in the Encryption settings?
0 commit comments