Vectorized iTunes backup < 10.0 and added support for long passwords

This commit is contained in:
jsteube
2017-07-09 19:37:36 +02:00
parent 8f73d356f2
commit de9d026bb0
2 changed files with 76 additions and 465 deletions
+2
View File
@@ -24868,6 +24868,8 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
break;
case 14643: hashconfig->pw_max = 64; // PBKDF2-HMAC-RipeMD160 max
break;
case 14700: hashconfig->pw_max = 64; // PBKDF2-HMAC-SHA1 max
break;
case 14900: hashconfig->pw_max = 10; // Skip32 max
break;
}