diff --git a/src/interface.c b/src/interface.c index 2bc8e8b27..a31b5f672 100644 --- a/src/interface.c +++ b/src/interface.c @@ -24393,7 +24393,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx) break; case 1800: hashconfig->pw_max = 16; break; - case 2100: hashconfig->pw_max = 32; + case 2100: hashconfig->pw_max = 27; break; case 3000: hashconfig->pw_max = 7; break;