From dff252a2a5f2d521504822e8fa90bb0bb697549e Mon Sep 17 00:00:00 2001 From: Anand Date: Sun, 12 Dec 2021 14:09:25 +0530 Subject: [PATCH 1/2] ref issue #9 - Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db30300..a41ca76 100644 --- a/README.md +++ b/README.md @@ -441,15 +441,15 @@ Misc The following miscellaneous actions are supported. -Generate a secure password of given length. +Generate a strong password of length ranging from 12 - 16. $ varuh -g - 7nhga7tkk9LNafz + 7%zv/uzIgpqexJ By passing the `-c` option, the password is also copied to the clipboard. - $ varuh -g 15 -c - yeXlLlk??IOsvL6 + $ varuh -g -c + y6UpD$~uBI#8 Password copied to clipboard From 0f06b642c40b7d9fa5f502b8ce68cc0a5fa7ca37 Mon Sep 17 00:00:00 2001 From: Anand Date: Sun, 12 Dec 2021 14:10:46 +0530 Subject: [PATCH 2/2] ref issue #9 - Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a41ca76..ed0ead8 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,8 @@ The following miscellaneous actions are supported. Generate a strong password of length ranging from 12 - 16. +A `strong` password is defined as a cryptographically secure string contaning at least one upper-case letter, one punctuation character and one number. + $ varuh -g 7%zv/uzIgpqexJ