Update seahub_settings_py.md

Update description for encrypted library versions.
This commit is contained in:
Jiaqiang Xu 2025-03-05 11:10:35 +08:00 committed by GitHub
parent d1cbd02466
commit 8f7c115b11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.