mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-16 00:44:17 -05:00
Dynamically determine database validity
* Check that the database composite key exists, has sub-keys associated with it, and the root group exists.
This commit is contained in:
parent
7ac292e09b
commit
91c6e436b3
8 changed files with 14 additions and 49 deletions
|
|
@ -121,7 +121,6 @@ int Create::execute(const QStringList& arguments)
|
|||
|
||||
QSharedPointer<Database> db(new Database);
|
||||
db->setKey(key);
|
||||
db->setInitialized(true);
|
||||
|
||||
if (decryptionTime != 0) {
|
||||
auto kdf = db->kdf();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue