keepassxc/src/crypto
Jonathan White 20c65fbd1e Correct Argon2 settings when creating new database
* Argon2 default parallelism settings were set to the number of threads on the computer. That is excessive on high cpu count computers.
2025-07-06 10:52:11 -04:00
..
kdf Correct Argon2 settings when creating new database 2025-07-06 10:52:11 -04:00
Crypto.cpp Fix Botan 3 build (#9388) 2023-05-07 08:48:58 -04:00
Crypto.h Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
CryptoHash.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
CryptoHash.h Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
Random.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
Random.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
SymmetricCipher.cpp Fix typos 2024-08-09 17:41:08 -04:00
SymmetricCipher.h Fix typos 2024-08-09 17:41:08 -04:00