mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-21 12:02:28 +00:00
Merge branch 'master' into fix_18400_metal
This commit is contained in:
commit
25a91542b7
@ -797,7 +797,7 @@ KERNEL_FQ void FIXED_THREAD_COUNT(FIXED_LOCAL_SIZE_COMP) m18600_comp (KERN_ATTR_
|
|||||||
|
|
||||||
if (remaining64)
|
if (remaining64)
|
||||||
{
|
{
|
||||||
u32 *pt_remaining = pt + (encrypted_len64 / 4);
|
PRIVATE_AS u32 *pt_remaining = pt + (encrypted_len64 / 4);
|
||||||
|
|
||||||
truncate_block_16x4_be_S (pt_remaining + 0, pt_remaining + 4, pt_remaining + 8, pt_remaining + 12, remaining64);
|
truncate_block_16x4_be_S (pt_remaining + 0, pt_remaining + 4, pt_remaining + 8, pt_remaining + 12, remaining64);
|
||||||
|
|
||||||
|
@ -52,6 +52,7 @@
|
|||||||
- Fixed incorrect plaintext check for 25400 and 26610. Increased plaintext check to 32 bytes to prevent false positives.
|
- Fixed incorrect plaintext check for 25400 and 26610. Increased plaintext check to 32 bytes to prevent false positives.
|
||||||
- Fixed bug in --stdout that caused certain rules to malfunction
|
- Fixed bug in --stdout that caused certain rules to malfunction
|
||||||
- Fixed build failed for 18400 with Apple Metal
|
- Fixed build failed for 18400 with Apple Metal
|
||||||
|
- Fixed build failed for 18600 with Apple Metal
|
||||||
- Fixed incompatible pointer types (salt1 and salt2 buf) in 31700 a3 kernel
|
- Fixed incompatible pointer types (salt1 and salt2 buf) in 31700 a3 kernel
|
||||||
- Fixed incompatible pointer types (salt1 and salt2 buf) in 3730 a3 kernel
|
- Fixed incompatible pointer types (salt1 and salt2 buf) in 3730 a3 kernel
|
||||||
- Handle signed/unsigned PDF permission P value for all PDF hash-modes
|
- Handle signed/unsigned PDF permission P value for all PDF hash-modes
|
||||||
|
Loading…
Reference in New Issue
Block a user