1
mirror of https://github.com/hashcat/hashcat synced 2025-03-04 18:23:02 +01:00

Decrypt another 16 byte in -m 12700 and -m 15200 to reduce false positives

This commit is contained in:
Jens Steube 2020-01-06 23:08:59 +01:00
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)
for (u32 i = 4; i < 12; i += 4)
for (u32 i = 4; i < 16; i += 4)
{
u32 data[4];