nuodb/mkpasswd
Alpine Docker that includes mkpasswd (which is sadly unavailable on Mac OS X).
107
Dockerfile
linksWhere to get help:
the NuoDB online doc, the NuoDB Support Organization
Where to file issues:
https://github.com/nuodb/docker-mkpasswd/issues
Maintained by:
the NuoDB Team
Supported architectures: (more info)amd64
Source of this description:
docs repo's nuodb/
directory (history)
Supported Docker versions:
the latest release (down to 1.6 on a best-effort basis)
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 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 nuodb/mkpasswd