Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 171 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 171 Bytes

htpasswd

Usage

To generate a password file:

docker run --rm -ti xmartlabs/htpasswd <username> <password> > htpasswd

This will use bcrypt encryption.