mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Decrypt another 16 byte in -m 12700 and -m 15200 to reduce false positives
This commit is contained in:
parent
cb865cb05d
commit
74c1bf8195
@ -341,7 +341,7 @@ KERNEL_FQ void m12700_comp (KERN_ATTR_TMPS (mywallet_tmp_t))
|
|||||||
|
|
||||||
// decrypted data should be a JSON string consisting only of ASCII chars (0x09-0x7e)
|
// decrypted data should be a JSON string consisting only of ASCII chars (0x09-0x7e)
|
||||||
|
|
||||||
for (u32 i = 4; i < 12; i += 4)
|
for (u32 i = 4; i < 16; i += 4)
|
||||||
{
|
{
|
||||||
u32 data[4];
|
u32 data[4];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user