1.01 pre1:
added preferences to switch encryption+kdf and to edit kdf parameters (for AES and Argon2)
This commit is contained in:
@@ -122,6 +122,7 @@ namespace KeePassLib.Cryptography.KeyDerivation
|
||||
// Try to use the native library first
|
||||
if (NativeLib.TransformKey256(pbNewKey, pbKeySeed32, uNumRounds))
|
||||
{
|
||||
//no need to hash, this is already done in the native library.
|
||||
byte[] pbKey = new byte[32];
|
||||
Array.Copy(pbNewKey, pbKey, pbNewKey.Length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user