Skip to content

Commit

Permalink
Update seahub_settings_py.md
Browse files Browse the repository at this point in the history
Update description for encrypted library versions.
  • Loading branch information
killing authored Mar 5, 2025
1 parent d1cbd02 commit 8f7c115
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manual/config/seahub_settings_py.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ ENABLE_ENCRYPTED_LIBRARY = True

# version for encrypted library
# should only be `2` or `4`.
# version 3 is insecure (using AES128 encryption) so it's not recommended any more.
# version 3 is insecure (using AES128 encryption) so it's not supported any more.
# refer to https://manual.seafile.com/latest/administration/security_features/#how-does-an-encrypted-library-work
# for the difference between version 2 and 4.
ENCRYPTED_LIBRARY_VERSION = 2

# Since version 12, you can choose password hash algorithm for new encrypted libraries.
Expand Down

0 comments on commit 8f7c115

Please sign in to comment.