mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
xkcdpass: add page (#4919)
This commit is contained in:
parent
ee14213223
commit
bef4924096
2 changed files with 34 additions and 0 deletions
17
pages.pl/common/xkcdpass.md
Normal file
17
pages.pl/common/xkcdpass.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# xkcdpass
|
||||
|
||||
> Konfigurowalny generator haseł tworzący mocne hasła.
|
||||
> Zainspirowane przez XKCD 936.
|
||||
> Więcej informacji: <https://github.com/redacted/XKCD-password-generator>.
|
||||
|
||||
- Stwórz hasło z domyślną konfiguracją:
|
||||
|
||||
`xkcdpass`
|
||||
|
||||
- Stwórz hasło w którym pierwsze litery każdego słowa układają się w podany argument:
|
||||
|
||||
`xkcdpass -a {{acrostic}}`
|
||||
|
||||
- Interaktywnie stwórz hasło:
|
||||
|
||||
`xkcdpass -i`
|
17
pages/common/xkcdpass.md
Normal file
17
pages/common/xkcdpass.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue