Commit Graph

485 Commits (ed149fdd52f14b91d911953d30549c341af7c989)

Author SHA1 Message Date
jsteube 425031c9c3 Improved SAP CODVN F/G password cracking performance by working around byte endian swaps
8 years ago
jsteube 899413f88b Allow unroll of Android FDE (Samsung DEK) on NV
8 years ago
jsteube ac02c60b3f Do not allow unroll of Drupal7, but for NV only
8 years ago
jsteube ee2e8ba598 Do not allow unroll of Drupal7, increases performance on CL1.2
8 years ago
jsteube 0de908905f Allow unroll of PBKDF2-HMAC-SHA256 on NV
8 years ago
jsteube 56154f9f2f Refactor AES implementation to run fast on CL1.2 as well
8 years ago
jsteube 90f0aec707 Fixed a bug in hash-mode 11600 = (7-Zip) producing clEnqueueReadBuffer(): CL_INVALID_VALUE depending on input hash
8 years ago
Jens Steube 7fe575e204 Add const qualifier to variable declaration of matching global memory objects
8 years ago
jsteube 0206142a69 Bcrypt on NVIDIA works better when unrolled
8 years ago
jsteube 834a6c296b Do not use a struct for constants in -m 5800 to enable pocl to compile the kernel
8 years ago
Jens Steube b670e57a5a Merge pull request #593 from matrix/m10420_osx
8 years ago
Gabriele Gristina bc11cd29d4 Fix m10420 OSX build error
8 years ago
Jens Steube aea5892c59 Merge pull request #592 from matrix/m04500_osx
8 years ago
Jens Steube 0db5789b10 Merge pull request #591 from matrix/m04700_osx
8 years ago
Jens Steube 0ec3e356f2 Merge pull request #590 from matrix/m04400_osx
8 years ago
Jens Steube ce0f806c84 Merge pull request #589 from matrix/m14400_osx
8 years ago
Jens Steube 6784202866 Merge pull request #588 from matrix/m13800_osx
8 years ago
Gabriele Gristina aa5a0c14b6 Fix m04500 OSX build error
8 years ago
Gabriele Gristina c735cf746c Fix m04700 OSX build error
8 years ago
Gabriele Gristina 2ef354fa63 Fix m04400 OSX build error
8 years ago
Gabriele Gristina bce0e658b9 Fix m14400 OSX build error
8 years ago
Gabriele Gristina 0729c1a172 Fix m13800 OSX build error
8 years ago
Gabriele Gristina 96a03a8f7b Fix m01100 OSX build error
8 years ago
Jens Steube badf05adfa Merge pull request #584 from matrix/master
8 years ago
jsteube d3c130a3ae Fix typo in array index number
8 years ago
Gabriele Gristina 246336c49c Fix CL_BUILD_PROGRAM_FAILURE on OSX (#412)
8 years ago
jsteube abd1a7098d Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
jsteube 91a69fa635 Experiment to fix https://github.com/hashcat/hashcat/issues/412
8 years ago
jsteube 5afdf7bf85 Switch to S-boxes making use of a vector conditional select operation for AMD and generic
8 years ago
jsteube 59730fb908 descrypt cracking speed boost on AMD
8 years ago
jsteube 92f7a560a7 Optimize DES/LM cracking speed boost on AMD
8 years ago
jsteube 31a616e00e Add a shared section in inc_vendor.cl
8 years ago
jsteube cb6e2107b6 Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
jsteube 0c5d32c455 Fix https://github.com/hashcat/hashcat/issues/579
8 years ago
jsteube 306fc8a59a Optimize unrolling for AMD based on AMDGPU-Pro 16.40
8 years ago
jsteube ac44087c83 Optimize unrolling for AMD based on AMDGPU-Pro 16.40
8 years ago
jsteube d081ac2ba1 Fix some uninitialized variables in rp_kernel_on_cpu.c
8 years ago
jsteube 2bda020c83 Added new hash-mode 14400 = SHA1(CX)
8 years ago
jsteube 1ed89eb261 Fix rule-engine optimizations for vector datatypes
8 years ago
jsteube faf6f1932d Optimize append_block8()
8 years ago
Jens Steube 6fdb2bfca4 Fix some header in inc_common.cl
8 years ago
jsteube bd12a1eb0d Optimize rule_op_mangle_dupechar_last()
8 years ago
jsteube 03fde2cdc3 Optimize rule_op_mangle_delete_last()
8 years ago
jsteube a4f7ba2c60 Optimize rule_op_mangle_rotate_right()
8 years ago
jsteube 9038955bc6 Optimize rule_op_mangle_rotate_left()
8 years ago
jsteube f3dd6fe741 Some cleanup before going to optimize more code in inc_rp.c
8 years ago
jsteube ae5109a5a2 Optimize $ (append) rule performance
8 years ago
jsteube 7f234bad24 Optimize 0x01, 0x02 and 0x80 handling in inc_common.c even more
8 years ago
jsteube 492f9f2290 For some easy actions, maxwell GPU prefer not to use switch()
8 years ago
jsteube 8d1809cacb Fix slow-hash-simd exits in _loop kernels
8 years ago