From 1c11ee428d9e06be1440133f6d1163ce6c709410 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 27 Jul 2014 02:36:23 +0200 Subject: Add option in select the number of passes for volume header over-writing. By default, it is set to 3 but it can be increased to 256 passes (which can lead to a delay of many hours for a single password change operation). --- src/Mount/Mount.rc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/Mount/Mount.rc') diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 05dc0f23..fcae0c36 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -101,7 +101,7 @@ BEGIN CONTROL "",IDC_VOLUME_PROPERTIES_LIST,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,6,269,154 END -IDD_PASSWORDCHANGE_DLG DIALOGEX 0, 0, 316, 162 +IDD_PASSWORDCHANGE_DLG DIALOGEX 0, 0, 316, 183 STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Change Password or Keyfiles" CLASS "CustomDlg" @@ -124,7 +124,9 @@ BEGIN RTEXT "Confirm Password:",IDT_CONFIRM_PASSWORD,9,93,75,16 RTEXT "PKCS-5 PRF:",IDT_PKCS5_PRF,9,137,74,10,SS_CENTERIMAGE GROUPBOX "Current",IDT_CURRENT,6,3,238,58 - GROUPBOX "New",IDT_NEW,6,63,238,93 + GROUPBOX "New",IDT_NEW,6,63,238,113 + COMBOBOX IDC_WIPE_MODE,89,155,125,90,CBS_DROPDOWNLIST | WS_TABSTOP + RTEXT "Wipe mode:",IDT_WIPE_MODE,9,157,74,8,0,WS_EX_RIGHT END IDD_MOUNT_DLG DIALOGEX 0, 0, 375, 271 @@ -351,7 +353,7 @@ BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 309 TOPMARGIN, 7 - BOTTOMMARGIN, 155 + BOTTOMMARGIN, 176 END IDD_MOUNT_DLG, DIALOG @@ -593,7 +595,7 @@ BEGIN MENUITEM "Beginner's Tutorial", IDM_ONLINE_TUTORIAL MENUITEM "Frequently Asked Questions", IDM_FAQ MENUITEM SEPARATOR - MENUITEM "VeraCrypt Website", IDM_WEBSITE + MENUITEM "VeraCrypt Website", IDM_WEBSITE MENUITEM "Downloads", IDM_TC_DOWNLOADS MENUITEM "News", IDM_NEWS MENUITEM "Version History", IDM_VERSION_HISTORY -- cgit v1.2.3