1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 18:35:25 +02:00
tldr/pages/common/xkcdpass.md

18 lines
465 B
Markdown
Raw Normal View History

2020-11-02 12:52:08 +01:00
# 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]}} {{acrostic}}`
2020-11-02 12:52:08 +01:00
- Generate passwords interactively:
`xkcdpass {{[-i|--interactive]}}`