Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,15 +441,17 @@ Misc

The following miscellaneous actions are supported.

Generate a secure password of given length.
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
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


Expand Down