mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Add support for gzip compressed databases.
This commit is contained in:
parent
f0e711ac23
commit
b8dfb9cc4d
13 changed files with 1290 additions and 11 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "core/Endian.h"
|
||||
#include "core/Uuid.h"
|
||||
#include "keys/CompositeKey.h"
|
||||
#include "format/KeePass2.h"
|
||||
|
||||
class Database;
|
||||
|
||||
|
@ -59,7 +60,7 @@ private:
|
|||
bool m_headerEnd;
|
||||
|
||||
Uuid m_cipher;
|
||||
int m_compression;
|
||||
KeePass2::CompressionAlgorithm m_compression;
|
||||
QByteArray m_masterSeed;
|
||||
QByteArray m_transformSeed;
|
||||
quint64 m_transformRounds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue