Update readme

This commit is contained in:
Arne Keller 2018-09-16 19:23:58 +02:00
parent b77eaa9067
commit 1af2c92f67

View File

@ -2,10 +2,6 @@
Random password generator (mainly for use with a password manager). Random password generator (mainly for use with a password manager).
## Security disclaimer
Unlike more popular alternatives, pwgenr has never been audited for security (although the source is only about 100 lines). However, this was only created because I believed that no hacker in the world would ever try any unicode characters besides emojis for password cracking.
## Example ## Example
```bash ```bash
$ pwgenr -c box -- 12 6 $ pwgenr -c box -- 12 6
@ -26,7 +22,6 @@ USAGE:
pwgenr [FLAGS] [OPTIONS] [--] [ARGS] pwgenr [FLAGS] [OPTIONS] [--] [ARGS]
FLAGS: FLAGS:
-a, --ascii Only use ASCII characters
-b, --clipboard Copy first password to clipboard (requires xclip) -b, --clipboard Copy first password to clipboard (requires xclip)
-h, --help Prints help information -h, --help Prints help information
-V, --version Prints version information -V, --version Prints version information
@ -35,8 +30,8 @@ OPTIONS:
-c <categories>... Categories to be used [values: symbols, games, tech, box, arrows, dingbat, math, ascii] -c <categories>... Categories to be used [values: symbols, games, tech, box, arrows, dingbat, math, ascii]
ARGS: ARGS:
<LENGTH> The length of the generated passwords [default: 64] <LENGTH> of the generated passwords [default: 64]
<AMOUNT> How many passwords should be generated [default: 12] <AMOUNT> of generated passwords [default: 12]
``` ```
## Installation ## Installation