You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -441,15 +441,17 @@ Misc
441
441
442
442
The following miscellaneous actions are supported.
443
443
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.
445
447
446
448
$ varuh -g
447
-
7nhga7tkk9LNafz
449
+
7%zv/uzIgpqexJ
448
450
449
451
By passing the `-c` option, the password is also copied to the clipboard.
0 commit comments