From f9d95ef2c84ebc61e4e0c77f8b9f054c65abd7cd Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 10 Dec 2019 00:44:47 +0100 Subject: Windows: Add switch /FastCreateFile for VeraCrypt Format.exe to speedup creation of large file container if quick format is selected. This switch comes with security issues since it will embed existing content on disk into the file container which may expose sensitive content to an attacker who has access to the file container. --- src/Common/Format.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Format.h') diff --git a/src/Common/Format.h b/src/Common/Format.h index 961ece7c..4ce1b8c7 100644 --- a/src/Common/Format.h +++ b/src/Common/Format.h @@ -38,6 +38,7 @@ typedef struct unsigned int clusterSize; BOOL sparseFileSwitch; BOOL quickFormat; + BOOL fastCreateFile; DWORD sectorSize; int *realClusterSize; Password *password; -- cgit v1.2.3