From 3cc681989c162236484c3eeecdf8febcbddd9fd9 Mon Sep 17 00:00:00 2001 From: DoZ10 Date: Thu, 20 Apr 2017 19:09:03 -0400 Subject: [PATCH] fix: changed salt configuration. --- src/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.c b/src/interface.c index 5836be44b..277485a4c 100644 --- a/src/interface.c +++ b/src/interface.c @@ -19254,7 +19254,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx) break; case 600: hashconfig->hash_type = HASH_TYPE_BLAKE2B; - hashconfig->salt_type = SALT_TYPE_EMBEDDED; + hashconfig->salt_type = SALT_TYPE_NONE; hashconfig->attack_exec = ATTACK_EXEC_INSIDE_KERNEL; hashconfig->opts_type = OPTS_TYPE_PT_GENERATE_BE | OPTS_TYPE_ST_ADDBITS15;