Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 197 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 197 Bytes

htpasswd imtryingmybest

Usage Allalone-a

To generate a password file:

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

This will use bcrypt encryption.