This commit is contained in:
brent s. 2022-03-04 01:30:17 -05:00
parent b5de96c6d0
commit 7e9269f056
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ If you need to generate a very large number of passwords, however, there are som
* Use a fixed length (e.g. `-l 16 -L 16`)
* Do not use minimum charset requirements

Sticking to these tips changes the generation time for me on my hardware from around 1 minute to about 1 second for 1 million passwords generated on my hardware. YMMV, of course, but you will absolutely see an exponential difference in speed by sticking to the above constraints.
Sticking to these tips changes the generation time for me (on my hardware) from around **1 minute** to about **1 second** for **_1 million passwords generated_**. YMMV, of course, but you will absolutely see an exponential difference in speed by sticking to the above constraints.

## Other Tips