greenpau / caddy-security

🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐
https://authcrunch.com/
Apache License 2.0
1.32k stars 69 forks source link

feature: Argon2 password hash #239

Open ptman opened 1 year ago

ptman commented 1 year ago

bcrypt is getting a bit long in the tooth. PBKDF2 is also a bit aging. Argon2 is the winner of the 2015 password hashing competition.

greenpau commented 1 year ago

@ptman , thank you for the suggestion!