1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 12:02:08 +02:00
tldr/pages/common/xkcdpass.md
2020-11-02 08:52:08 -03:00

17 lines
428 B
Markdown

# xkcdpass
> 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`