Skip to content

Commit 43b4790

Browse files
authored
Merge pull request #19 from pythonhacker/development
Development
2 parents bbe53fa + 0f06b64 commit 43b4790

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -441,15 +441,17 @@ Misc
441441

442442
The following miscellaneous actions are supported.
443443

444-
Generate a secure password of given length.
444+
Generate a strong password of length ranging from 12 - 16.
445+
446+
A `strong` password is defined as a cryptographically secure string contaning at least one upper-case letter, one punctuation character and one number.
445447

446448
$ varuh -g
447-
7nhga7tkk9LNafz
449+
7%zv/uzIgpqexJ
448450

449451
By passing the `-c` option, the password is also copied to the clipboard.
450452

451-
$ varuh -g 15 -c
452-
yeXlLlk??IOsvL6
453+
$ varuh -g -c
454+
y6UpD$~uBI#8
453455
Password copied to clipboard
454456

455457

0 commit comments

Comments
 (0)