Skip to content

Commit

Permalink
extend htpasswd_encryption options with sha256/512/autodetect
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Mar 12, 2024
1 parent 401b68f commit 80bf824
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,16 @@ Available methods:
The installation of **bcrypt** is required for this.

`md5`
: This uses an iterated md5 digest of the password with a salt.
: This uses an iterated MD5 digest of the password with a salt.

`sha256`
: This uses an iterated SHA-256 digest of the password with a salt.

`sha512`
: This uses an iterated SHA-512 digest of the password with a salt.

`autodetect`
: This selects autodetection of method per entry.

Default: `md5`

Expand Down

0 comments on commit 80bf824

Please sign in to comment.