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 (Expand)Author
2018-01-13Formatting and consistency fixesJonathan White
2018-01-13Make benchmark() method non-virtualJanek Bevendorff
2018-01-13Refactor Kdf class, remove fields conceptJanek Bevendorff
2018-01-13Reformat code, fix minor style issues, make kdf() getter constJanek Bevendorff
2018-01-13Use GCRY_MD_FLAG_SECURE in CryptoHashangelsl
2018-01-13Add support for various algorithms for kdbx4angelsl
2018-01-13Move constants in KeePass2.h to KeePass2.cpp and add a list of KDFs and ciphersangelsl
2018-01-13Remove unused SymmetricCipherSalsa20angelsl
2018-01-13Pull out KDFs into their own class hierarchyangelsl
2017-12-12Merge branch 'master' into developJonathan White
2017-11-28Fixed memory leaks in non-gui testsMichal Kaptur
2017-11-19SymmetricCipher: Add keySize(), don't rely on state for sizesToni Spets
2017-11-19SymmetricCipher: Support CTR modeToni Spets
2017-10-21:bug: Fix result propagation in SymmetricCipherGcrypt::processPeter Nirschl
2017-10-03Fix build on mac os with qt 5.9.1rockihack
2017-01-28Add support for Twofish in KeePass2 codeTimothy Redaelli
2017-01-14spelling: decryptJosh Soref
2016-10-03Drop obsolete GCRYPT_HAS_SALSA20 ifdef.Felix Geyer
2015-10-11Merge branch '2.0'Felix Geyer
2015-10-10Expose version of used libraries in the About dialog.Felix Geyer
2015-09-12Make C++11 mandatory.Felix Geyer
2015-09-12Require libgcrypt >= 1.6.0.Felix Geyer
2015-05-14Ignore libgcrypt errors in CryptoHash::CryptoHash().Felix Geyer
2015-05-10Crypto::selfTest(): test AES in ECB mode.Felix Geyer
2015-05-10Adapt Salsa20 backend to the new interface.Felix Geyer
2015-05-10Warn if result of processInPlace() is unchecked.Felix Geyer
2015-05-10Catch and handle all errors from libgcrypt.Felix Geyer
2015-05-09Add Twofish tests to Crypto::selfTest().Felix Geyer
2015-05-03Use Q_BYTE_ORDER for endianness detection.Felix Geyer
2014-06-15Do some basic self-checks when initializing the crypto backend.Felix Geyer
2014-03-22More careful null checking and member initalization.Felix Geyer
2014-01-18Small optimization in SymmetricCipherGcrypt::processInPlace().Felix Geyer
2014-01-12Use the libgcrypt SALSA20 cipher if available.Felix Geyer
2014-01-12Add compatibility with libgcrypt 1.6.Felix Geyer
2013-10-13Coding style fixes.Felix Geyer
2013-10-12Use QUINT32_MAX in tests instead of hardcoding the number.Felix Geyer
2013-10-10Support custom backends in Random.Felix Geyer
2013-10-09Avoid modulo bias in Random::randomUInt().Felix Geyer
2013-10-03Drop Qt module name from include statements.Felix Geyer
2013-04-30Initalize SymmetricCipherGcrypt::m_blockSize.Felix Geyer
2012-07-23Return Q_NULLPTR instead of 0 when the return type is a pointer.Felix Geyer
2012-06-29Make use of Q_NULLPTR.Felix Geyer
2012-05-11New TODO comment style.Felix Geyer
2012-05-10Support Twofish encrypted KeePass 1 databases.Felix Geyer
2012-05-10Add Tools::readFromDevice() and make FileKey use it.Felix Geyer
2012-05-09Use quint64 everywhere for the transform rounds number.Felix Geyer
2012-05-07Improve performance of the key transformation.Felix Geyer
2012-04-23Constification and some style fixes.Felix Geyer
2012-04-19Improve code style.Felix Geyer
2012-04-18Silence some unused variable warnings when building in release mode.Felix Geyer