mirror of
https://github.com/hashcat/hashcat
synced 2025-01-03 11:16:23 +01:00
Set maximum allowed password length for Sybase ASE to 30, according to documentation
This commit is contained in:
parent
5da64a1a43
commit
4626270a1e
@ -24745,6 +24745,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
||||
case 7700: hashconfig->pw_max = 8; break; // https://www.daniel-berlin.de/security/sap-sec/password-hash-algorithms/
|
||||
case 7800: hashconfig->pw_max = 40; break; // https://www.daniel-berlin.de/security/sap-sec/password-hash-algorithms/
|
||||
case 7900: hashconfig->pw_max = PW_MAX; break;
|
||||
case 8000: hashconfig->pw_max = 30; break; // http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc31654.1570/html/sag1/CIHIBDBA.htm
|
||||
case 8200: hashconfig->pw_max = PW_MAX; break;
|
||||
case 8500: hashconfig->pw_max = 8; break; // Underlaying DES max
|
||||
case 8600: hashconfig->pw_max = 16; break; // Lotus Notes/Domino 5 limits itself to 8
|
||||
|
Loading…
Reference in New Issue
Block a user