This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sw:pwgen:intro [2017/09/05 19:09] – created Frank Fegert | sw:pwgen:intro [2017/09/05 20:09] (current) – Frank Fegert | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Introduction ====== | ====== Introduction ====== | ||
- | FIXME | + | A generator for pronounceable passwords |
- | ====== Links ====== | + | The pwgen program generates passwords which are designed to be easily memorized by humans, while being as secure as possible. Human-memorable passwords are never going to be as secure as completely completely random passwords. In particular, passwords generated by pwgen without the -s option should not be used in places where the password could be attacked via an off-line brute-force attack. On the other hand, completely randomly generated passwords have a tendency to be written down, and are subject to being compromised in that fashion. |
- | FIXME | + | The pwgen program is designed to be used both interactively, |
- | ===== General ===== | + | When standard output (stdout) is not a tty, pwgen will only generate one password, as this tends to be much more convenient for shell scripts, and in order to be compatible with previous versions of this program. |
- | FIXME | + | ====== Links ====== |
- | /* [[]]\\ */ | + | ===== General ===== |
+ | |||
+ | [[https:// | ||
====== Docs ====== | ====== Docs ====== | ||
- | FIXME | + | None |
====== Files and Directories ====== | ====== Files and Directories ====== | ||
- | FIXME | + | None |
===== General Files and Directories ===== | ===== General Files and Directories ===== | ||
- | FIXME | + | None |
===== Configuration Files ===== | ===== Configuration Files ===== | ||
- | FIXME | + | None |
====== Getting Help ====== | ====== Getting Help ====== | ||
- | |||
- | FIXME | ||
Manual pages: | Manual pages: | ||
<cli> | <cli> | ||
- | user@host: | + | user@host: |
</ | </ | ||
====== Install ====== | ====== Install ====== | ||
- | FIXME | + | To install //pwgen// on Debian: |
- | + | ||
- | To install //// on Debian: | + | |
<cli> | <cli> | ||
- | root@host: | + | root@host: |
+ | root@host: | ||
</ | </ | ||
====== Configuration ====== | ====== Configuration ====== | ||
- | FIXME | + | None |
====== Usage ====== | ====== Usage ====== | ||
- | FIXME | + | ===== General Usage ===== |
- | ===== Status Check ===== | + | < |
+ | user@host: | ||
+ | </ | ||
- | FIXME | + | ===== Command Line Parameters ===== |
- | To check the status | + | ==== Output Formatting ==== |
+ | |||
+ | ^ Option | ||
+ | | '' | ||
+ | | '' | ||
+ | |||
+ | ==== Password Complexity ==== | ||
+ | |||
+ | ^ Option | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | |||
+ | ===== Example Usage ===== | ||
+ | |||
+ | To generate one password with a length of 16 characters, consisting | ||
<cli> | <cli> | ||
- | root@host: | + | user@host: |
</ | </ | ||
+ | |||
+ | To generate 5 pronouncable passwords with a length of 32 characters, excluding ambiguous characters such as " | ||
+ | |||
+ | <cli> | ||
+ | user@host: | ||
+ | </ | ||
+ | |||
+ | ===== Status Check ===== | ||
+ | |||
+ | None | ||
====== Recipies ====== | ====== Recipies ====== | ||
- | FIXME | + | None |
<nspages .:recipies -subns -pagesInNs -simpleList -title -hideNoSubns -hideNoPages -textNS="" | <nspages .:recipies -subns -pagesInNs -simpleList -title -hideNoSubns -hideNoPages -textNS="" | ||
Line 75: | Line 106: | ||
====== Known Issues ====== | ====== Known Issues ====== | ||
- | FIXME | + | None |