mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
Update m27200_a1-optimized.cl
This commit is contained in:
parent
50684cc5f4
commit
3ab37875a0
@ -64,7 +64,7 @@ KERNEL_FQ void m27200_m04 (KERN_ATTR_BASIC ())
|
||||
salt_buf2[0] = salt_bufs[SALT_POS].salt_buf[ 7] >> 16 | salt_bufs[SALT_POS].salt_buf[ 8] << 16;
|
||||
salt_buf2[1] = salt_bufs[SALT_POS].salt_buf[ 8] >> 16 | salt_bufs[SALT_POS].salt_buf[ 9] << 16;
|
||||
salt_buf2[2] = salt_bufs[SALT_POS].salt_buf[ 9] >> 16 | 0x2d2d0000;
|
||||
salt_buf2[3] = salt_bufs[SALT_POS].salt_buf[10];
|
||||
salt_buf2[3] = 0;
|
||||
|
||||
const u32 salt_len = 44;
|
||||
|
||||
@ -367,7 +367,7 @@ KERNEL_FQ void m27200_s04 (KERN_ATTR_BASIC ())
|
||||
salt_buf2[0] = salt_bufs[SALT_POS].salt_buf[ 7] >> 16 | salt_bufs[SALT_POS].salt_buf[ 8] << 16;
|
||||
salt_buf2[1] = salt_bufs[SALT_POS].salt_buf[ 8] >> 16 | salt_bufs[SALT_POS].salt_buf[ 9] << 16;
|
||||
salt_buf2[2] = salt_bufs[SALT_POS].salt_buf[ 9] >> 16 | 0x2d2d0000;
|
||||
salt_buf2[3] = salt_bufs[SALT_POS].salt_buf[10];
|
||||
salt_buf2[3] = 0;
|
||||
|
||||
const u32 salt_len = 44;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user