Commit Graph

6936 Commits (v6.1.0)
 

Author SHA1 Message Date
jsteube e7e6c4da17 Do not use OpenCL CPU devices by default to avoid slow GPU synchronization, user needs to explicitly enable them using --opencl-device-type
9 years ago
Jens Steube d3dc57896e Merge pull request #123 from philsmd/pr-tab-typo-fix
9 years ago
Jens Steube 33546f111e Merge pull request #122 from philsmd/master
9 years ago
philsmd 182819af11 cosmetic: replace tab by spaces
9 years ago
philsmd 7081e3cdf6 Makefile: remove kernels/ directory when running make clean
9 years ago
Jens Steube 52d71de0d4 Added support to utilize multiple different OpenCL platforms in parallel, ex: AMD + NV
9 years ago
Jens Steube 6b4e4c060a Replace typedef for bool with stdbool.h
9 years ago
Jens Steube 0ff49c5b44 Fix segfault in related to weak-hash-check on CPU devices
9 years ago
Jens Steube 54ed58e28b Merge pull request #119 from philsmd/pr-fix-adl-mapping-CPU
9 years ago
Jens Steube 28517c7a15 Merge pull request #118 from philsmd/master
9 years ago
philsmd b47452e343 HMS fix: only copy the ADL adapter info for GPU devices, for CPU devices we leave it AS-IS (zeroed out)
9 years ago
philsmd 2e1e3318ec fixed % and C (degrees celcius) in status display
9 years ago
Jens Steube 730044e26e Added option --opencl-device-types to filter for specific OpenCL device types
9 years ago
Jens Steube a1d470e932 Merge pull request #117 from philsmd/master
9 years ago
philsmd 02cecce247 fixed hardware monitor: mapping between supported ADL devices and available GPU (and CPUs) fixed
9 years ago
jsteube 93427c073c Prepare for some HSM updates related to device_type
9 years ago
Jens Steube 87dca98a51 Fix segfault if a weak hash is detected for some fast hashes
9 years ago
Jens Steube 1d628ca6e0 The weak-hash-check feature didn't work for algorithms that made use of some automatic optimizer flags
9 years ago
jsteube 3cdee2e06e We need an esalt to hold the unused IV otherwise the unique salt count becomes incorrect in multihash sitations
9 years ago
jsteube f0a84a2410 Added new hash mode -m 13000 = RAR5
9 years ago
Jens Steube ea9ca63083 Merge pull request #115 from philsmd/master
9 years ago
philsmd 17985c7b03 add -m 12900 = Android FDE (Samsung DEK) to the hash list for tab completion
9 years ago
jsteube 332b3c35e5 Added new hash mode -m 12900 = Android FDE (Samsung DEK)
9 years ago
Jens Steube e137e0fde6 Merge pull request #66 from unix-ninja/master
9 years ago
unix-ninja 2cea702a2e Update unix-ninja's leetspeak file
9 years ago
jsteube e8229af09b Fix for -m 1500, -m 3000: Missing "defined" keyword
9 years ago
Jens Steube 6dab39e69c Merge pull request #64 from philsmd/master
9 years ago
Jens Steube c438112d20 Merge pull request #65 from philsmd/pr-help-typo
9 years ago
philsmd 82ac8cbcfe additional --opencl-platform value check
9 years ago
philsmd 6fcc3f2728 typo
9 years ago
philsmd 7b7caf3842 added additional --opencl-platform check (reject numbers > number of OpenCL platforms)
9 years ago
jsteube 6e680aa31c Workaround for either pocl or llvm fails and produces invalid optimized code
9 years ago
jsteube 36df3ef329 A CPU is not a GPU
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
Jens Steube 3979fe6991 Merge pull request #61 from philsmd/master
9 years ago
philsmd 4d6d056709 updated MIT license year
9 years ago
jsteube 2b706f909e Update README.txt with new release version number and new driver recommendation
9 years ago
Jens Steube 51a1868903 Shorten some helptext
9 years ago
Jens Steube 060bf8163d Merge pull request #59 from philsmd/pr-fix-opencl-platform-descripion
9 years ago
Jens Steube 1116dc9aa0 Merge pull request #58 from philsmd/master
9 years ago
philsmd 8bf3bdbf1b the parameter --opencl-platform takes a number, not a string
9 years ago
philsmd 7c73498ed0 fix a typo: oclHashcat64.sh is of course not a directory
9 years ago
philsmd 9d84e75259 updated tab completion (rm old oclHashcat64.sh + added --opencl-platform completion)
9 years ago
jsteube 16294fe94e Next release version will be v2.10
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 894140b816 Generate a more easy to read filename for cached kernels
9 years ago
jsteube 8baf705f6a Preparation for distinguish between OpenCL device types at runtime (mostly for HMS)
9 years ago