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

Linux/MacOSX: Don't allow Hidden volume to have the same password as Outer volume

This commit is contained in:
Mounir IDRASSI
2020-06-22 00:16:22 +02:00
parent bec929ce03
commit a29c750030
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ namespace VeraCrypt
VolumeHostType::Enum SelectedVolumeHostType;
VolumeType::Enum SelectedVolumeType;
shared_ptr <VolumePassword> Password;
shared_ptr <VolumePassword> OuterPassword;
int Pim;
shared_ptr <Pkcs5Kdf> Kdf;
uint32 SectorSize;