From 6817a365ff8e62d6120d9d2a2660396dd55c834e Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Wed, 23 Sep 2015 20:30:22 +0200 Subject: [PATCH] increased default number of encryption rounds to reflect the dramatic increase in computation power on mobile devices --- src/KeePassLib2Android/PwDefs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KeePassLib2Android/PwDefs.cs b/src/KeePassLib2Android/PwDefs.cs index 73f1827a..ec563a39 100644 --- a/src/KeePassLib2Android/PwDefs.cs +++ b/src/KeePassLib2Android/PwDefs.cs @@ -111,7 +111,7 @@ namespace KeePassLib /// /// Default number of master key encryption/transformation rounds (making dictionary attacks harder). /// - public const ulong DefaultKeyEncryptionRounds = 6000; + public const ulong DefaultKeyEncryptionRounds = 500000; /// /// Default identifier string for the title field. Should not contain