From 24560eae1d434e57cde1aa5c7ca2d3fa0d7c42a3 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 15 Aug 2016 00:37:26 +0200 Subject: Windows: fill unused/reserved header areas with the result of encryption of random data instead of the encryption of zeros for better entropy of resulting random data. --- src/Common/Password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Password.c') diff --git a/src/Common/Password.c b/src/Common/Password.c index 1c9083a3..b0f44384 100644 --- a/src/Common/Password.c +++ b/src/Common/Password.c @@ -440,7 +440,7 @@ int ChangePwd (const wchar_t *lpszVolume, Password *oldPassword, int old_pkcs5, PCRYPTO_INFO dummyInfo = NULL; LARGE_INTEGER hiddenOffset; - nStatus = WriteRandomDataToReservedHeaderAreas (hwndDlg, dev, cryptoInfo, cryptoInfo->VolumeSize.Value, !backupHeader, backupHeader); + nStatus = WriteRandomDataToReservedHeaderAreas (hwndDlg, dev, cryptoInfo, cryptoInfo->VolumeSize.Value, !backupHeader, backupHeader, FALSE); if (nStatus != ERR_SUCCESS) goto error; -- cgit v1.2.3