mirror of
https://github.com/hashcat/hashcat.git
synced 2025-04-09 03:05:43 +00:00
Use the ROUNDS_MYWALLET instead of a hard-coded value
This commit is contained in:
parent
5cc3b7807f
commit
e3cef832be
@ -13059,7 +13059,7 @@ int mywallet_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE_U
|
||||
|
||||
salt->salt_len = 32; // note we need to fix this to 16 in kernel
|
||||
|
||||
salt->salt_iter = 10 - 1;
|
||||
salt->salt_iter = ROUNDS_MYWALLET - 1;
|
||||
|
||||
/**
|
||||
* digest buf
|
||||
|
Loading…
Reference in New Issue
Block a user