1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-15 00:56:07 -05:00

Linux/MacOSX: Use also PIM when comparing Outer and Hidden volumes credentials

This commit is contained in:
Mounir IDRASSI
2020-06-22 10:22:36 +02:00
parent b4465b80e6
commit 05b3cd5cc1
2 changed files with 64 additions and 28 deletions
+1
View File
@@ -84,6 +84,7 @@ namespace VeraCrypt
shared_ptr <VolumePassword> Password;
shared_ptr <VolumePassword> OuterPassword;
int Pim;
int OuterPim;
shared_ptr <Pkcs5Kdf> Kdf;
uint32 SectorSize;
shared_ptr <Hash> SelectedHash;