makepasswd
Generate and encrypt passwords. More information: <https://manpages.debian.org/latest/makepasswd/makepasswd.1.en.html>.
Install
- All systems
-
curl cmd.cat/makepasswd.sh
- Debian
-
apt-get install makepasswd
- Ubuntu
-
apt-get install makepasswd
- Alpine
-
apk add makepasswd
- Kali Linux
-
apt-get install makepasswd
- Fedora
-
dnf install makepasswd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install makepasswd
- Raspbian
-
apt-get install makepasswd
- Dockerfile
- dockerfile.run/makepasswd
- Docker
-
docker run cmd.cat/makepasswd makepasswd
powered by Commando
Generate and encrypt passwords. More information: <https://manpages.debian.org/latest/makepasswd/makepasswd.1.en.html>.
-
Generate a random password (8 to 10 characters long, containing letters and numbers):
makepasswd
-
Generate a 10 characters long password:
makepasswd --chars 10
-
Generate a 5 to 10 characters long password:
makepasswd --minchars 5 --maxchars 10
-
Generate a password containing only the characters "b", "a" or "r":
makepasswd --string bar
© tl;dr; authors and contributors