increase encryptions rounds (now really)

This commit is contained in:
Philipp Crocoll 2015-10-03 06:34:25 +02:00
parent b10d4fdd2d
commit e982cde4d1
1 changed files with 2 additions and 1 deletions

View File

@ -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;