mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-09 18:15:11 -04:00
Add modified signals for metadata.
This commit is contained in:
parent
a058dcee5d
commit
c80be1dd84
6 changed files with 74 additions and 23 deletions
|
@ -72,7 +72,7 @@ Database* KeePass2Reader::readDatabase(QIODevice* device, const CompositeKey& ke
|
|||
|
||||
// TODO check if all header fields have been parsed
|
||||
|
||||
m_db->setKey(key, m_transformSeed);
|
||||
m_db->setKey(key, m_transformSeed, false);
|
||||
|
||||
CryptoHash hash(CryptoHash::Sha256);
|
||||
hash.addData(m_masterSeed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue