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/Common/Wipe.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Common/Wipe.h') diff --git a/src/Common/Wipe.h b/src/Common/Wipe.h index dd331c9d..a30a9139 100644 --- a/src/Common/Wipe.h +++ b/src/Common/Wipe.h @@ -24,7 +24,8 @@ typedef enum TC_WIPE_1_RAND = 100, TC_WIPE_3_DOD_5220 = 300, TC_WIPE_7_DOD_5220 = 700, - TC_WIPE_35_GUTMANN = 3500 + TC_WIPE_35_GUTMANN = 3500, + TC_WIPE_256 = 25600 } WipeAlgorithmId; -- cgit v1.2.3