Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-04Make cipher and KDF settings properly translatableJanek Bevendorff
2018-01-14Add 'KDBX 4' to Argon2 KDF name and select first category in the database ↵Janek Bevendorff
settings by default
2018-01-13Do not assert KDF UUID and improve error messageJanek Bevendorff
2018-01-13Explicitly support AES-KDF in KDBX4 and don't convert KDBX4 files with ↵Janek Bevendorff
AES-KDF back to KDBX3 when saving
2018-01-13Fix type conversion error in older Qt versionsJanek Bevendorff
2018-01-13Fix coding style and GUI testJanek Bevendorff
2018-01-13Implements KDBX4 format with Argon2 KDFJonathan White
* Adds KDBX4 reader/writer interfaces * Adds KDBX4 XML reader/write interfaces * Implements test cases for KDBX4 * Fully compatible with KeePass2 * Corrects minor issues with Argon2 KDF
2018-01-13Add Argon2Kdf and enable parameters in db settingsJonathan White
Note: This implementation is not yet connected to the database itself and will corrupt existing kdbx3 db's. * Implemented memory and parallelism parameters for Argon2Kdf * Using libargon2; libsodium does not support Argon2d algorithm * Moved basic rounds parameter into Kdf class * Reimplemented benchmark algorithm; previous was utterly broken
2018-01-13Refactor Kdf class, remove fields conceptJanek Bevendorff
2018-01-13Reformat code, fix minor style issues, make kdf() getter constJanek Bevendorff
2018-01-13Add support for various algorithms for kdbx4angelsl
* Add SHA512 support to CryptoHash * Add ChaCha20 support * Add HMAC support * Add new HmacBlockStream, used in KDBX 4 * Add support for ChaCha20 protected stream
2018-01-13Move constants in KeePass2.h to KeePass2.cpp and add a list of KDFs and ciphersangelsl