Commit e54e99
2026-04-13 06:58:27 Anonymous: Initial commit| /dev/null .. passwords - strong and memorable.md | |
| @@ 0,0 1,36 @@ | |
| + | # Memorable Passwords |
| + | |
| + | Do you want secure passwords that are easy to remember? |
| + | |
| + | Pick a *few words* instead of a *lot of characters*. |
| + | |
| + | To generate such passwords automatically. |
| + | |
| + | Inspired by this famous XKCD comic: |
| + | |
| + |  |
| + | |
| + | |
| + | ## Prerequisites |
| + | |
| + | - Python 2.7+ or 3.4+ |
| + | |
| + | ## Install |
| + | |
| + | ``` bash |
| + | pip install xkcdpass |
| + | ``` |
| + | |
| + | ## Running |
| + | |
| + | Generate 10 passwords of 5 words each, separated by a dash: |
| + | |
| + | ``` bash |
| + | xkcdpass --count=10 --delimiter='-' --numwords=5 |
| + | ``` |
| + | |
| + | To use a different word-list (Italian, in the example) |
| + | |
| + | ``` bash |
| + | xkcdpass --count=10 --delimiter='-' --numwords=5 --wordfile=ita-wiki |
| + | ``` |
