docker-htpasswd icon indicating copy to clipboard operation
docker-htpasswd copied to clipboard

Docker image to create a htpasswd file

htpasswd

Usage

To generate a password file:

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

This will use bcrypt encryption.