From 542ee42313f16d7f6522c746b0403da0369a4e99 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Mon, 1 Jan 2018 13:21:02 -0500 Subject: Add Argon2Kdf and enable parameters in db settings 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 --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 0bfa86b2c..2690e6091 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,6 +26,7 @@ The following libraries are required: * libmicrohttpd * libxi, libxtst, qtx11extras (optional for auto-type on X11) * libsodium (>= 1.0.12, optional for keepassxc-browser support) +* libargon2 Prepare the Building Environment -- cgit v1.2.3