Enhancement request: webutil (htpasswd) enhance algo support to add bcrypt #67561
udf2457
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The docs seem to imply MD5, CRYPT or SHA are the only choices for
htpasswd
when called viawebutil
.htpasswd
supports bcrypt (" -B Use bcrypt encryption for passwords."). There is no mention of bcrypt underopts
in the man pages forwebutil
.Furthermore, as per the
htpasswd
man page : "The SHA and crypt() formats are insecure by today's standards.".Beta Was this translation helpful? Give feedback.
All reactions