mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 11:36:18 -04:00
CLI: set decryption time on create.
Added an option to set the target decryption time on database creation for the CLI create command. This required some refactoring, in particular the extraction of the min, max and defaut decryption times in the `Kdf` module. Some work was done to allow changing those constant only in the `Kdf` module, should we ever want to change them.
This commit is contained in:
parent
a41c26e9cd
commit
0b6d9cb472
8 changed files with 138 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH KEEPASSXC-CLI 1 "June 15, 2019"
|
||||
.TH KEEPASSXC-CLI 1 "Jan 04, 2020"
|
||||
|
||||
.SH NAME
|
||||
keepassxc-cli \- command line interface for the \fBKeePassXC\fP password manager.
|
||||
|
@ -179,6 +179,12 @@ Copies the current TOTP instead of current password to clipboard. Will report
|
|||
an error if no TOTP is configured for the entry.
|
||||
|
||||
|
||||
.SS "Create options"
|
||||
|
||||
.IP "\fB-t\fP, \fB--decryption-time\fP <time>"
|
||||
Target decryption time in MS for the database.
|
||||
|
||||
|
||||
.SS "Show options"
|
||||
|
||||
.IP "\fB-a\fP, \fB--attributes\fP <attribute>..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue