mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Switch from md5 to sha256 for UIDs and tokens
This commit is contained in:
parent
6697a6c8c4
commit
c99a1f53df
5 changed files with 13 additions and 12 deletions
3
config
3
config
|
@ -70,7 +70,8 @@
|
|||
# Htpasswd encryption method
|
||||
# Value: plain | sha1 | ssha | crypt | bcrypt | md5
|
||||
# Only bcrypt can be considered secure.
|
||||
# bcrypt and md5 require the passlib library to be installed.
|
||||
# bcrypt requires the passlib[bcrypt] module and md5 requires
|
||||
# the passlib module.
|
||||
#htpasswd_encryption = bcrypt
|
||||
|
||||
# Incorrect authentication delay (seconds)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue