Block a user
htpasswd: refactor and add Passwd methods
htpasswd: implement sha256 and sha512 algorithms
htpasswd: implement routines for working with .htpasswd
looks good, could we add a
Passwds.Verify(username, password string) errormethod?for cases where fsnotify is used to keep this cached
sure
htpasswd: implement routines for working with .htpasswd