mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-20 12:08:24 -04:00
Replace "Master Key" with "Database Credentials"
Definitions: * Database Key - Cryptographic hash used to perform encrypt/decrypt of the database. * Database Credentials - User facing term to refer to the collection of Password, Key File, and/or Hardware Key used to derive the Database Key. Changes: * Remove the term "master" and "key" from the user's lexicon and clarify the code base based on the definitions above. * Clean up wording in the UI to be clearer to the end user.
This commit is contained in:
parent
60bb593228
commit
3b459813ed
45 changed files with 162 additions and 162 deletions
|
@ -262,7 +262,7 @@ void KdbxXmlReader::parseMeta()
|
|||
} else if (m_xml.name() == "Color") {
|
||||
m_meta->setColor(readColor());
|
||||
} else if (m_xml.name() == "MasterKeyChanged") {
|
||||
m_meta->setMasterKeyChanged(readDateTime());
|
||||
m_meta->setDatabaseKeyChanged(readDateTime());
|
||||
} else if (m_xml.name() == "MasterKeyChangeRec") {
|
||||
m_meta->setMasterKeyChangeRec(readNumber());
|
||||
} else if (m_xml.name() == "MasterKeyChangeForce") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue