mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-02-07 02:10:10 -05:00
increase encryptions rounds (now really)
This commit is contained in:
parent
b10d4fdd2d
commit
e982cde4d1
@ -16,6 +16,7 @@ This file is part of Keepass2Android, Copyright 2013 Philipp Crocoll. This file
|
||||
*/
|
||||
|
||||
using Android.Content;
|
||||
using KeePassLib;
|
||||
using KeePassLib.Serialization;
|
||||
using KeePassLib.Keys;
|
||||
|
||||
@ -24,7 +25,7 @@ namespace keepass2android
|
||||
|
||||
public class CreateDb : RunnableOnFinish {
|
||||
|
||||
private const int DefaultEncryptionRounds = 1000;
|
||||
private const ulong DefaultEncryptionRounds = PwDefs.DefaultKeyEncryptionRounds;
|
||||
|
||||
private readonly IOConnectionInfo _ioc;
|
||||
private readonly bool _dontSave;
|
||||
|
Loading…
Reference in New Issue
Block a user