diff --git a/src/modules/module_29910.c b/src/modules/module_29910.c index 14cf9dcf1..2ef35810c 100644 --- a/src/modules/module_29910.c +++ b/src/modules/module_29910.c @@ -21,7 +21,6 @@ static const char *HASH_NAME = "ENCsecurity Datavault (PBKDF2/no keychain)" static const u64 KERN_TYPE = 29910; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE - | OPTS_TYPE_SUGGEST_KG | OPTS_TYPE_PT_GENERATE_LE; static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED; static const char *ST_PASS = "hashcat"; diff --git a/src/modules/module_29920.c b/src/modules/module_29920.c index 46494b8d2..f38b6d99a 100644 --- a/src/modules/module_29920.c +++ b/src/modules/module_29920.c @@ -21,7 +21,6 @@ static const char *HASH_NAME = "ENCsecurity Datavault (PBKDF2/keychain)"; static const u64 KERN_TYPE = 29920; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE - | OPTS_TYPE_SUGGEST_KG | OPTS_TYPE_PT_GENERATE_LE; static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED; static const char *ST_PASS = "hashcat"; diff --git a/src/modules/module_29930.c b/src/modules/module_29930.c index 096a7de0e..f5b491b21 100644 --- a/src/modules/module_29930.c +++ b/src/modules/module_29930.c @@ -21,7 +21,6 @@ static const char *HASH_NAME = "ENCsecurity Datavault (MD5/no keychain)"; static const u64 KERN_TYPE = 29930; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE - | OPTS_TYPE_SUGGEST_KG | OPTS_TYPE_PT_GENERATE_LE; static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED; static const char *ST_PASS = "hashcat"; diff --git a/src/modules/module_29940.c b/src/modules/module_29940.c index 4638534c4..59974a561 100644 --- a/src/modules/module_29940.c +++ b/src/modules/module_29940.c @@ -21,7 +21,6 @@ static const char *HASH_NAME = "ENCsecurity Datavault (MD5/keychain)"; static const u64 KERN_TYPE = 29940; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE - | OPTS_TYPE_SUGGEST_KG | OPTS_TYPE_PT_GENERATE_LE; static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED; static const char *ST_PASS = "hashcat";