pwgen
Generate pronounceable passwords. More information: <https://github.com/tytso/pwgen>.
Install
- All systems
-
curl cmd.cat/pwgen.sh
- Debian
-
apt-get install pwgen - Ubuntu
-
apt-get install pwgen -
Alpine -
apk add pwgen - Arch Linux
-
pacman -S pwgen - Kali Linux
-
apt-get install pwgen - Fedora
-
dnf install pwgen - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install pwgen - OS X
-
brew install pwgen - Raspbian
-
apt-get install pwgen - Docker
-
docker run cmd.cat/pwgen pwgenpowered by Commando
Generate pronounceable passwords. More information: <https://github.com/tytso/pwgen>.
- Generate random password with s[y]mbols:
pwgen -y length - Generate secure, hard-to-memorize passwords:
pwgen -s length - Generate password with at least one capital letter in them:
pwgen -c length
© tl;dr; authors and contributors