xkcdpass
A flexible and scriptable password generator which generates strong passphrases. Inspired by XKCD 936. More information: <https://github.com/redacted/XKCD-password-generator>.
Install
- All systems
-
curl cmd.cat/xkcdpass.sh
- Debian
-
apt-get install xkcdpass - Ubuntu
-
apt-get install xkcdpass -
Alpine
-
apk add xkcdpass - Arch Linux
-
pacman -S xkcdpass - Kali Linux
-
apt-get install xkcdpass - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install xkcdpass - Raspbian
-
apt-get install xkcdpass - Docker
-
docker run cmd.cat/xkcdpass xkcdpasspowered by Commando
A flexible and scriptable password generator which generates strong passphrases. Inspired by XKCD 936. More information: <https://github.com/redacted/XKCD-password-generator>.
-
Generate one passphrase with the default options:
xkcdpass -
Generate one passphrase whose first letters of each word match the provided argument:
xkcdpass -a acrostic -
Generate passwords interactively:
xkcdpass -i
© tl;dr; authors and contributors