makepasswd

Generate and encrypt passwords. More information: <https://manpages.debian.org/latest/makepasswd/makepasswd.1.en.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y makepasswd
Ubuntu
RUN apt-get update && \ apt-get install -y makepasswd
Alpine
RUN apk add makepasswd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y makepasswd
Fedora
RUN dnf install -y makepasswd
Raspbian
RUN apt-get update && \ apt-get install -y makepasswd
click the source code to copy install makepasswd on any operating system with command-not-found.com