mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-18 19:18:29 -04:00
Add initial support for encrypted database fields.
This commit is contained in:
parent
ce834cda46
commit
cfb55828b6
9 changed files with 153 additions and 21 deletions
|
@ -60,6 +60,7 @@ private:
|
|||
QByteArray m_masterSeed;
|
||||
QByteArray m_encryptionIV;
|
||||
QByteArray m_streamStartBytes;
|
||||
QByteArray m_protectedStreamKey;
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_KEEPASS2READER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue