Skip to content

Development #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 12, 2021
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