increased default number of encryption rounds to reflect the dramatic increase in computation power on mobile devices
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user