mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-05 05:31:11 -04:00
Initalize more member variables.
This commit is contained in:
parent
afb285a476
commit
a1bfb1f319
5 changed files with 16 additions and 9 deletions
src/core
|
@ -30,8 +30,8 @@ Database::Database()
|
|||
m_rootGroup = 0;
|
||||
|
||||
m_cipher = KeePass2::CIPHER_AES;
|
||||
m_compressionAlgo = CompressionNone; // TODO change to CompressionGZip?
|
||||
m_transformRounds = 1000; // TODO random number
|
||||
m_compressionAlgo = CompressionGZip;
|
||||
m_transformRounds = 50000;
|
||||
}
|
||||
|
||||
Group* Database::rootGroup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue