nuodb/mkpasswd

By nuodb

Updated almost 6 years ago

Alpine Docker that includes mkpasswd (which is sadly unavailable on Mac OS X).

Image
0

107

Supported tags and respective Dockerfile links

Quick reference

What is mkpasswd?

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

Command line help is provided:

docker run --name mkpasswd --rm nuodb/mkpasswd:latest -h

To generate a SHA-512 encrypted password:

docker run --name mkpasswd --rm nuodb/mkpasswd:latest -m SHA-512 [PASSWORD [SALT]]

Docker Pull Command

docker pull nuodb/mkpasswd