commands.sh

xkcdpass

all

A flexible and scriptable password generator which generates strong passphrases. Inspired by XKCD 936.

More info →

Options (2)

-a, --acrosticboolean

Generate one passphrase whose first letters of each word match the provided argument

Example: xkcdpass {{[-a|--acrostic]}} {{acrostic}}
-i, --interactiveboolean

Generate passwords interactively

Example: xkcdpass {{[-i|--interactive]}}

Examples (3)

Generate one passphrase with the default options

Generate one passphrase whose first letters of each word match the provided argument

xkcdpass [-a|--acrostic] acrostic

Generate passwords interactively

xkcdpass [-i|--interactive]
made by @shridhargupta | data from tldr-pages