Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Argon2 as hashing algo in htpasswd #866

Open
filex opened this issue Feb 20, 2025 · 1 comment
Open

Support Argon2 as hashing algo in htpasswd #866

filex opened this issue Feb 20, 2025 · 1 comment
Labels

Comments

@filex
Copy link
Contributor

filex commented Feb 20, 2025

Couper supports a htpasswd_file in the basic_auth access control.

There is already a range of hashing algorithms supported like APR1 style, bcrypt….

I would like to use argon2 as this seems to be the latest greatest way of hashing passwords.

Argon2 hashes use a similar prefix: $argon2id$ (or just i or d). so it would be simple to detect.

@filex filex added enhancement New feature or request theme/access_control labels Feb 20, 2025
@filex
Copy link
Contributor Author

filex commented Feb 20, 2025

we could use the x-package https://pkg.go.dev/golang.org/x/crypto/argon2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant