Gabriele Gristina
|
fdd3fae7a5
|
Fix module 3730, Metal build errors
|
2022-12-08 17:40:41 +01:00 |
|
philsmd
|
b2c2fc86b4
|
fix whitespace
|
2022-11-30 16:05:05 +01:00 |
|
Pikachu
|
2abe512634
|
Removed unnecessary changes made to inc_common.h and made the proper adjustments in the OpenCL kernels to inflict the changes
|
2022-10-23 14:58:15 +03:00 |
|
Pikachu
|
2a19e0c0bd
|
Removed unnecessary parsing of salt2 in pure kernels
|
2022-10-23 08:08:33 +03:00 |
|
Pikachu
|
b5420b40bd
|
Fixed pure kernel on attack mode 0 for hash 3730
Concatenated $salt1 instead of $salt2 to $pass, rendering single hashes uncrackable.
|
2022-10-20 16:29:20 +03:00 |
|
Pikachu
|
9944e964d6
|
Add hash-mode 3730 - Dahua NVR/DVR - md5($salt1.strtoupper(md5($salt2.$pass)))
Pure kernel on attack mode 0 doesn't crack when only a single hash is present in the hashfile (otherwise ok) - self-test fails as well.
|
2022-10-20 12:57:48 +03:00 |
|