mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Generate new random transform seed when changing transform rounds.
This commit is contained in:
parent
7e9343c697
commit
490414716d
1 changed files with 1 additions and 3 deletions
|
@ -193,9 +193,7 @@ void Database::setTransformRounds(quint64 rounds)
|
|||
m_transformRounds = rounds;
|
||||
|
||||
if (m_hasKey) {
|
||||
m_transformedMasterKey = m_key.transform(m_transformSeed, m_transformRounds);
|
||||
m_metadata->setMasterKeyChanged(Tools::currentDateTimeUtc());
|
||||
Q_EMIT modifiedImmediate();
|
||||
setKey(m_key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue