-
Maintained by: tool-dockers
-
Where to get help: the tool-dockers Community Slack
-
Where to file issues: https://github.com/tool-dockers/docker-mkpasswd/issues
-
Source of this description: docs repo's
tool-dockers/
directory (history) -
Supported Docker versions: the latest release (down to 1.6 on a best-effort basis)
The package contains mkpasswd, a features-rich front end to the password encryption function crypt(3).
mkpasswd generates passwords and can apply them automatically to users. This tool is useful for Ansible playbooks in scenarios where you want to put a password (for a database) into the playbook but don't want it in the clear.
Command line help is provided:
docker run --name mkpasswd --rm tooldockers/mkpasswd:latest -h
To generate a SHA-512 encrypted password:
docker run --name mkpasswd --rm tooldockers/mkpasswd:latest -m SHA-512 [PASSWORD [SALT]]
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
tool-dockers maintains and funds this project.