From 7e9269f0567b5a0c08201fd8647c1af9e62fbce1 Mon Sep 17 00:00:00 2001 From: brent s Date: Fri, 4 Mar 2022 01:30:17 -0500 Subject: [PATCH] whoops. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b11f954..9e0775d 100644 --- a/README.md +++ b/README.md @@ -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