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
The command line flags are grouped into `Edit/Create`, `Find/List` and `Help` actions. The first group of actions allows you to work with password databases and perform create/edit as well as encrypt/decrypt actions. The second set of actions allows you to work with an active decrypted database and view/search/list entries.
116
+
The command line flags are grouped into `Edit/Create`, `Find/List`, `Misc` and `Help` actions. The first group of actions allows you to work with password databases and perform create/edit as well as encrypt/decrypt actions. The second set of actions allows you to work with an active decrypted database and view/search/list entries.
111
117
112
118
Encryption and Security
113
119
=======================
@@ -439,6 +445,22 @@ If `pdftk` is installed, the PDF files will be encrypted with an (optional) pass
439
445
Added password to passwds.pdf.
440
446
Exported to passwds.pdf.
441
447
448
+
Misc
449
+
====
450
+
451
+
The following miscellaneous actions are supported.
452
+
453
+
Generate a secure password of given length.
454
+
455
+
$ varuh -g
456
+
7nhga7tkk9LNafz
457
+
458
+
By passing the `-c` option, the password is also copied to the clipboard.
0 commit comments