📚 go-htpasswd - Awesome Go Library for Security

Go Gopher mascot for go-htpasswd

Apache htpasswd Parser for Go

🏷️ Security
📂 Security
0 stars
View on GitHub 🔗

Detailed Description of go-htpasswd

htpasswd for Go

Go Doc Go Report Card

This is a libary to validate user credentials against an HTTPasswd file.

This was forked from https://github.com/jimstudt/http-authentication/tree/master/basic with modifications by @brian-avery to support SSHA, Md5Crypt, and Bcrypt and @jespersoderlund to support Crypt with SHA-256 and SHA-512 support.

Currently, this supports:

  • SSHA
  • MD5Crypt
  • APR1Crypt
  • SHA
  • Bcrypt
  • Plain text
  • Crypt with SHA-256 and SHA-512