Commit Graph

116 Commits (3149efd178b59d6fb7440a0a029a204e636f0ac8)

Author SHA1 Message Date
Jens Steube 3149efd178 Merge pull request #188 from gm4tr1x/AppleOpenCLv3
9 years ago
Gabriele 'matrix' Gristina 27f1863216 Fixed __constant in m10410 (see PR #179 for details)
9 years ago
Gabriele 'matrix' Gristina 4a60ec3a97 Fixed __local in m06232 and m06233 (see PR #179 for details)
9 years ago
Jens Steube 6846348602 Use a different workaround for a catalyst bug which takes effect in sha512crypt
9 years ago
jsteube 19b9455c42 Workaround JIT-compiler or ForceWare Bug in sm_50
9 years ago
Gabriele 'matrix' Gristina 0f0984fe86 Fixed all gpu code (see PR #179 for details)
9 years ago
Gabriele 'matrix' Gristina b0c8776e82 Fixed m03100_a* Apple OpenCL compiler issue
9 years ago
Jens Steube eb60d6bb23 Remove MD4/MD5 *H1/*H2 functions and use original H functions. Modern compilers will find this easy optimization automatically
9 years ago
Gabriele 'matrix' Gristina 8dd7438485 Fixed __local issue with Apple platform for hash mode 6900
9 years ago
jsteube 7c6b3af23b Fix issue in https://github.com/hashcat/oclHashcat/issues/170
9 years ago
Jens Steube acbdd81039 Merge pull request #161 from gm4tr1x/gpu-warnings3
9 years ago
Jens Steube 88baf3c36a Merge pull request #160 from gm4tr1x/gpu-warnings2
9 years ago
Gabriele 'matrix' Gristina 7acfac87cf Fixed compiler warnings (no previous prototype for function)
9 years ago
Gabriele 'matrix' Gristina 44c3f16bcb Fixed compiler warnings (unused variable)
9 years ago
Gabriele 'matrix' Gristina 8d6d907957 Fixed compiler warnings (comparison of integers of different signs) for kernel 7800 and 10100
9 years ago
jsteube 87c9afd910 Fix speed for 64-bit datatype based algorithms for NV
9 years ago
Jens Steube aa55adf652 Revert some RC4 based kernels back to scalar processing
9 years ago
Jens Steube b57a143e42 Merge pull request #149 from gm4tr1x/md5crypt_warnings
9 years ago
Jens Steube fbc3a3517c Merge pull request #148 from gm4tr1x/md5apr1_warnings
9 years ago
Jens Steube 1d3795a3ab Converted _a3 kernels, use SIMD for CPU and GPU
9 years ago
Gabriele 'matrix' Gristina 71402d8596 Fixed compiler warning (signed shift result) for kernel 500
9 years ago
Gabriele 'matrix' Gristina 61244200fc Fixed compiler warning (signed shift result) for kernel 1600
9 years ago
Jens Steube 4c0e520fd8 Test convert for -m 1000 with -a 0 for SIMD, speed is now on par or faster than hashcat
9 years ago
Jens Steube cd430d5687 Merge branch 'master' of https://github.com/hashcat/oclHashcat
9 years ago
Jens Steube 5b5a06ca25 Converted -m 30 to new SIMD code
9 years ago
jsteube b9ad26fa67 Fix algorithms based on 64 bit datatypes for older NV cards
9 years ago
Jens Steube 62f66a8784 Workaround AMD catalyst optimizer bug in rule-engine
9 years ago
Jens Steube a62b7ed06e Upgrade kernel to support dynamic local work sizes
9 years ago
Jens Steube 040acd3c34 Accidentially removed multihash kernel for LM
9 years ago
Jens Steube 3fdb930cf3 Add missing amd_bytealign_S()
9 years ago
jsteube e3c0c80b6f Prepare new SIMD code for kernel, -m 0, 10, 20, 1000 should work in -a 3 mode and other hopefully stay unaffected
9 years ago
jsteube e0ea23bda9 Fix bug in rule-engine for NV, left shifts and right shifts were switched
9 years ago
Jens Steube ed91e69ae3 Fix out of bounds access in -m 7500
9 years ago
jsteube 76612ac031 Fix more missing casts to uint in rule-engine
9 years ago
Jens Steube 245301c9b4 Started optimizing some of the OpenCL kernel for latest AMD Catalyst 15.12:
9 years ago
jsteube f0a84a2410 Added new hash mode -m 13000 = RAR5
9 years ago
jsteube 332b3c35e5 Added new hash mode -m 12900 = Android FDE (Samsung DEK)
9 years ago
jsteube e8229af09b Fix for -m 1500, -m 3000: Missing "defined" keyword
9 years ago
jsteube 39c44f2007 More fixes for IS_UNKNOWN in kernels
9 years ago
jsteube bacc1049e3 More fixes for IS_UNKNOWN in kernels
9 years ago
jsteube 8e3a72f911 More fixes for IS_UNKNOWN in kernels
9 years ago
jsteube 331188167c Replace the substring GPU to a more appropriate "device" or "kernel" substring depending on the context
9 years ago
jsteube f6d8da52a1 Fix blowfish based algorithms for unknown opencl platform usage
9 years ago
jsteube 8b50b60484 More fixes for general OpenCL platforms
9 years ago
jsteube c4b1c8e7ca small fix for unknown opencl platforms
9 years ago
jsteube 3b589e3aac Prepare for allow other OpenCL platforms thans AMD and NVidia
9 years ago
jsteube 083daf4613 Fix path to includes
9 years ago
jsteube 0428514f61 Extended support from 14 to 255 functions calls per rule on GPU
9 years ago
jsteube 61744662c0 Fix path to includes
9 years ago
jsteube 5f7c47b461 Fix path to includes
9 years ago