increased default number of encryption rounds to reflect the dramatic increase in computation power on mobile devices

This commit is contained in:
Philipp Crocoll 2015-09-23 20:30:22 +02:00
parent 9de1a69cb2
commit 6817a365ff

View File

@ -111,7 +111,7 @@ namespace KeePassLib
/// <summary> /// <summary>
/// Default number of master key encryption/transformation rounds (making dictionary attacks harder). /// Default number of master key encryption/transformation rounds (making dictionary attacks harder).
/// </summary> /// </summary>
public const ulong DefaultKeyEncryptionRounds = 6000; public const ulong DefaultKeyEncryptionRounds = 500000;
/// <summary> /// <summary>
/// Default identifier string for the title field. Should not contain /// Default identifier string for the title field. Should not contain