xkcdpass: add page (#4919)
This commit is contained in:

committed by
GitHub

parent
ee14213223
commit
bef4924096
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`
|
Reference in New Issue
Block a user