Sign inSign up

nuodb/mkpasswd

By nuodb

Updated over 7 years ago

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

Image
0

10K+

nuodb/mkpasswd repository overview

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

Tag summary

Content type

Image

Digest

Size

3.8 MB

Last updated

over 7 years ago

docker pull nuodb/mkpasswd