This commit is contained in:
chapmajs 2026-05-27 22:07:50 -05:00 committed by GitHub
commit 05ecfb39e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ DOCUMENTATION:
description: Hashing algorithm to use.
type: string
default: sha512
choices: [ md5, blowfish, sha256, sha512, bcrypt ]
choices: [ md5, blowfish, sha256, sha512, bcrypt, argon2 ]
salt:
description: Secret string used for the hashing. If none is provided a random one can be generated. Use only numbers and letters (characters matching V([./0-9A-Za-z]+)).
type: string