mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-12 04:25:09 -05:00
increased default number of encryption rounds to reflect the dramatic increase in computation power on mobile devices
This commit is contained in:
parent
9de1a69cb2
commit
6817a365ff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user