mirror of
https://github.com/wismna/ModernKeePassLib.git
synced 2025-10-03 23:50:20 -04:00
Update to KeePassLib version 2.45
This commit is contained in:
@@ -70,7 +70,7 @@ namespace ModernKeePassLib.Keys
|
||||
Construct(IOConnectionInfo.FromByteArray(keyFile), false);
|
||||
}
|
||||
#else
|
||||
public KcpKeyFile(string strKeyFile)
|
||||
public KcpKeyFile(string strKeyFile)
|
||||
{
|
||||
Construct(IOConnectionInfo.FromPath(strKeyFile), false);
|
||||
}
|
||||
@@ -191,7 +191,7 @@ namespace ModernKeePassLib.Keys
|
||||
#if ModernKeePassLib
|
||||
public static byte[] Create(byte[] pbAdditionalEntropy)
|
||||
#else
|
||||
public static void Create(string strFilePath, byte[] pbAdditionalEntropy)
|
||||
public static void Create(string strFilePath, byte[] pbAdditionalEntropy)
|
||||
#endif
|
||||
{
|
||||
byte[] pbKey32 = CryptoRandom.Instance.GetRandomBytes(32);
|
||||
@@ -214,7 +214,7 @@ namespace ModernKeePassLib.Keys
|
||||
#if ModernKeePassLib
|
||||
return CreateXmlKeyFile(pbFinalKey32);
|
||||
#else
|
||||
CreateXmlKeyFile(strFilePath, pbFinalKey32);
|
||||
CreateXmlKeyFile(strFilePath, pbFinalKey32);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user