Skip to content

docker-mkpasswd is a Docker tool for the commandline tool mkpasswd, a feature-rich front end to the password encryption function `crypt(3)`.

License

Notifications You must be signed in to change notification settings

tool-dockers/docker-mkpasswd

Repository files navigation

Quick reference

Supported tags and respective Dockerfile links

Quick reference (cont.)

What is mkpasswd?

tool-dockers

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.

How to use this image

mkpasswd

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]]

License

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.

License

License

About

tool-dockers maintains and funds this project.

About

docker-mkpasswd is a Docker tool for the commandline tool mkpasswd, a feature-rich front end to the password encryption function `crypt(3)`.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published