diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-14 01:01:24 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-14 01:01:24 +0100 |
commit | 07bd1bbec968931a12d2dc818383ce5115146e97 (patch) | |
tree | 04f09ab59d088790cd8868376aa43cc4cfb64ae8 /data | |
parent | aa0a687a580d57bfc9b122275329390087745d29 (diff) |
Switch enc_sha2 default from sha256 to sha512.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 0e8591315..4474b3175 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1280,9 +1280,9 @@ module name = "enc_sha2" /** The sub-algorithm to use. Can be set to sha224 for SHA-224, sha256 for - * SHA-256, sha384 for SHA-384, or sha512 for SHA-512. Defaults to sha256. + * SHA-256, sha384 for SHA-384, or sha512 for SHA-512. Defaults to sha512. */ - #algorithm = "sha256" + #algorithm = "sha512" } /* |