haskell / haskell/hackage-server
HTTP Digest Auth is susceptible to offline brute force attacks
Open
component: users
- Dominant language
- Haskell
- Stars
- 467
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
Since HTTP Digest Auth uses MD5 to hash passwords it's feasible to brute-force the password database if it ever gets compromised. Current best-practice is to use a purposely slow hashing algorithm e.g. by using bcrypt.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.