1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-22 04:22:13 +00:00

Merge pull request #2530 from philsmd/master

add OPTS_TYPE_SUGGEST_KG to -m 23100 = Apple Keychain
This commit is contained in:
Jens Steube 2020-08-26 12:20:28 +02:00 committed by GitHub
commit 9121f66b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@
## Improvements
##
- Apple Keychain: Notify the user about the risk of collisions / false positives
- Startup time: Improved the startup time by avoiding some time intensive operations for skipped devices
##

View File

@ -21,7 +21,8 @@ static const char *HASH_NAME = "Apple Keychain";
static const u64 KERN_TYPE = 23100;
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE
| OPTI_TYPE_SLOW_HASH_SIMD_LOOP;
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE;
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE
| OPTS_TYPE_SUGGEST_KG;
static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED;
static const char *ST_PASS = "hashcat";
static const char *ST_HASH = "$keychain$*74cd1efd49e54a8fdc8750288801e09fa26a33b1*66001ad4e0498dc7*5a084b7314971b728cb551ac40b2e50b7b5bd8b8496b902efe7af07538863a45394ead8399ec581681f7416003c49cc7";