1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-15 12:29:08 +00:00
Commit Graph

430 Commits

Author SHA1 Message Date
Jens Steube
b68146db7b Converted to new SIMD: -m 10420 -a 0 2016-02-04 22:57:50 +01:00
Jens Steube
09dfc98797 Converted to new SIMD: -m 10800 -a 0 2016-02-04 22:52:01 +01:00
Jens Steube
1bede41eac Converted to new SIMD: -m 11000 -a 0 2016-02-04 22:47:02 +01:00
Jens Steube
06dc6ba656 Converted to new SIMD: -m 11100 -a 0 2016-02-04 22:38:55 +01:00
Jens Steube
74c1659426 Converted to new SIMD: -m 11200 -a 0 2016-02-04 22:31:51 +01:00
Jens Steube
6534211f36 Converted to new SIMD: -m 11400 -a 0 2016-02-04 22:20:30 +01:00
Jens Steube
a9b204c91d Converted to new SIMD: -m 11500 -a 0 2016-02-04 22:09:21 +01:00
Jens Steube
2381af313d Some cleanups 2016-02-04 15:47:52 +01:00
Jens Steube
aaf15d2662 Converted to new SIMD: -m 11700 -a 0 2016-02-01 21:34:57 +01:00
Jens Steube
05a9823252 Converted to new SIMD: -m 11800 -a 0 2016-02-01 21:31:06 +01:00
Jens Steube
d752f17652 Converted to new SIMD: -m 12600 -a 0 2016-02-01 21:24:13 +01:00
Jens Steube
d8e58d5fd3 Prepare _a0 kernel for SIMD 2016-02-01 21:06:56 +01:00
Jens Steube
aa0ce6b3ff SIMD code convert for -m 0 and -a 0 2016-01-31 19:38:00 +01:00
Jens Steube
1934c2afe0 SIMD code convert for -m 0 and -a 0 2016-01-31 19:33:46 +01:00
Jens Steube
3149efd178 Merge pull request #188 from gm4tr1x/AppleOpenCLv3
Fixed __constant in m10410 (see PR #179 for details)
2016-01-31 19:18:45 +01:00
Gabriele 'matrix' Gristina
27f1863216 Fixed __constant in m10410 (see PR #179 for details) 2016-01-31 19:17:33 +01:00
Gabriele 'matrix' Gristina
4a60ec3a97 Fixed __local in m06232 and m06233 (see PR #179 for details) 2016-01-31 19:08:43 +01:00
Jens Steube
6846348602 Use a different workaround for a catalyst bug which takes effect in sha512crypt 2016-01-31 17:24:12 +01:00
jsteube
19b9455c42 Workaround JIT-compiler or ForceWare Bug in sm_50 2016-01-31 15:29:54 +01:00
Gabriele 'matrix' Gristina
0f0984fe86 Fixed all gpu code (see PR #179 for details) 2016-01-30 23:02:15 +01:00
Gabriele 'matrix' Gristina
b0c8776e82 Fixed m03100_a* Apple OpenCL compiler issue 2016-01-30 21:55:42 +01:00
Jens Steube
eb60d6bb23 Remove MD4/MD5 *H1/*H2 functions and use original H functions. Modern compilers will find this easy optimization automatically 2016-01-29 18:38:34 +01:00
Gabriele 'matrix' Gristina
8dd7438485 Fixed __local issue with Apple platform for hash mode 6900 2016-01-29 14:17:46 +01:00
jsteube
7c6b3af23b Fix issue in https://github.com/hashcat/oclHashcat/issues/170 2016-01-27 20:01:08 +01:00
Jens Steube
acbdd81039 Merge pull request #161 from gm4tr1x/gpu-warnings3
Fixed compiler warnings (no previous prototype for function)
2016-01-26 18:14:02 +01:00
Jens Steube
88baf3c36a Merge pull request #160 from gm4tr1x/gpu-warnings2
Fixed compiler warnings (unused variable)
2016-01-26 18:13:51 +01:00
Gabriele 'matrix' Gristina
7acfac87cf Fixed compiler warnings (no previous prototype for function) 2016-01-25 13:35:58 +01:00
Gabriele 'matrix' Gristina
44c3f16bcb Fixed compiler warnings (unused variable) 2016-01-25 13:32:45 +01:00
Gabriele 'matrix' Gristina
8d6d907957 Fixed compiler warnings (comparison of integers of different signs) for kernel 7800 and 10100 2016-01-25 13:08:31 +01:00
jsteube
87c9afd910 Fix speed for 64-bit datatype based algorithms for NV 2016-01-24 00:25:14 +01:00
Jens Steube
aa55adf652 Revert some RC4 based kernels back to scalar processing 2016-01-23 22:27:31 +01:00
Jens Steube
b57a143e42 Merge pull request #149 from gm4tr1x/md5crypt_warnings
Fixed compiler warning (signed shift result) for kernel 500
2016-01-23 15:44:01 +01:00
Jens Steube
fbc3a3517c Merge pull request #148 from gm4tr1x/md5apr1_warnings
Fixed compiler warning (signed shift result) for kernel 1600
2016-01-23 15:43:54 +01:00
Jens Steube
1d3795a3ab Converted _a3 kernels, use SIMD for CPU and GPU 2016-01-23 15:32:31 +01:00
Gabriele 'matrix' Gristina
71402d8596 Fixed compiler warning (signed shift result) for kernel 500 2016-01-22 12:46:04 +01:00
Gabriele 'matrix' Gristina
61244200fc Fixed compiler warning (signed shift result) for kernel 1600 2016-01-22 12:35:27 +01:00
Jens Steube
4c0e520fd8 Test convert for -m 1000 with -a 0 for SIMD, speed is now on par or faster than hashcat 2016-01-21 16:47:38 +01:00
Jens Steube
cd430d5687 Merge branch 'master' of https://github.com/hashcat/oclHashcat 2016-01-20 16:46:11 +01:00
Jens Steube
5b5a06ca25 Converted -m 30 to new SIMD code 2016-01-20 16:45:48 +01:00
jsteube
b9ad26fa67 Fix algorithms based on 64 bit datatypes for older NV cards 2016-01-19 21:27:39 +01:00
Jens Steube
62f66a8784 Workaround AMD catalyst optimizer bug in rule-engine 2016-01-19 20:54:25 +01:00
Jens Steube
a62b7ed06e Upgrade kernel to support dynamic local work sizes 2016-01-19 16:06:03 +01:00
Jens Steube
040acd3c34 Accidentially removed multihash kernel for LM 2016-01-18 07:12:50 +01:00
Jens Steube
3fdb930cf3 Add missing amd_bytealign_S() 2016-01-17 22:21:13 +01:00
jsteube
e3c0c80b6f Prepare new SIMD code for kernel, -m 0, 10, 20, 1000 should work in -a 3 mode and other hopefully stay unaffected 2016-01-17 22:17:50 +01:00
jsteube
e0ea23bda9 Fix bug in rule-engine for NV, left shifts and right shifts were switched 2016-01-16 13:34:54 +01:00
Jens Steube
ed91e69ae3 Fix out of bounds access in -m 7500 2016-01-14 22:13:06 +01:00
jsteube
76612ac031 Fix more missing casts to uint in rule-engine 2016-01-14 20:54:41 +01:00
Jens Steube
245301c9b4 Started optimizing some of the OpenCL kernel for latest AMD Catalyst 15.12:
- Replaced SBOX for DES:

replaced JtR's * Bitslice DES S-boxes making use of a vector conditional select operation (e.g., vsel on PowerPC with AltiVec).
with     JtR's * Bitslice DES S-boxes for x86 with MMX/SSE2/AVX and for typical RISC architectures.

Performance increased for DEScrypt from 355MH/s to 405MH/s and for LM from 11100MH/s to 12000MH/s

BTW, the same effect can be seen with non-maxwell GPU's

- Remove some volatile keywords no longer needed thanks to fixed catalyst bugs

- Fix weak-hash-check parameter for use with tools/test.sh
2016-01-14 19:44:47 +01:00
jsteube
f0a84a2410 Added new hash mode -m 13000 = RAR5 2016-01-09 20:34:12 +01:00
jsteube
332b3c35e5 Added new hash mode -m 12900 = Android FDE (Samsung DEK) 2016-01-09 00:49:54 +01:00
jsteube
e8229af09b Fix for -m 1500, -m 3000: Missing "defined" keyword
Fix for -m 1000: MD4_H1 copy/paste error
Fix for -m 8900, -m 9300: Invalid value for device_processor_cores for CPU devices
Fix for -m 9100: Variable salt2 initializer needed some clauses for clearness
Temporary limit gpu_accel for CPU devices to 1 for development phase
Mark pocl as too bleeding edge for production use, recommend native drivers
Remove workarounds for pocl
Rename VENDOR_ID_UNKNOWN to VENDOR_ID_GENERIC in host code
Rename IS_UNKNOWN to IS_GENERIC in kernel code
2016-01-07 20:14:34 +01:00
jsteube
39c44f2007 More fixes for IS_UNKNOWN in kernels 2016-01-05 23:10:04 +01:00
jsteube
bacc1049e3 More fixes for IS_UNKNOWN in kernels 2016-01-05 23:05:06 +01:00
jsteube
8e3a72f911 More fixes for IS_UNKNOWN in kernels 2016-01-05 22:47:56 +01:00
jsteube
331188167c Replace the substring GPU to a more appropriate "device" or "kernel" substring depending on the context 2016-01-05 08:26:44 +01:00
jsteube
f6d8da52a1 Fix blowfish based algorithms for unknown opencl platform usage 2016-01-04 22:21:13 +01:00
jsteube
8b50b60484 More fixes for general OpenCL platforms 2016-01-04 19:23:21 +01:00
jsteube
c4b1c8e7ca small fix for unknown opencl platforms 2016-01-04 16:13:10 +01:00
jsteube
3b589e3aac Prepare for allow other OpenCL platforms thans AMD and NVidia 2016-01-04 13:17:20 +01:00
jsteube
083daf4613 Fix path to includes 2016-01-03 21:00:36 +01:00
jsteube
0428514f61 Extended support from 14 to 255 functions calls per rule on GPU 2016-01-03 19:49:47 +01:00
jsteube
61744662c0 Fix path to includes 2016-01-03 01:56:41 +01:00
jsteube
5f7c47b461 Fix path to includes 2016-01-03 01:48:05 +01:00
jsteube
87095191d7 Updated old RC4 code in Kerberos 5, increased performance 2015-12-30 21:53:01 +01:00
jsteube
a849313093 Fix speed -m 9700, 9710, 9800 and 9810 for NV, also increases some on AMD 2015-12-30 21:30:29 +01:00
jsteube
bd16fd4cfc Declare word_buf_r as __constant for _a3 kernel
AMD's runtime compiler does that automatically, NV's does not or with different (but worse) thresholds
2015-12-30 16:54:08 +01:00
jsteube
7807eb6f2d Fix -m 7800 for NV 2015-12-30 00:29:39 +01:00
jsteube
68662f0062 replace swap32 and swap64 with faster versions for NV 2015-12-30 00:13:59 +01:00
jsteube
d94cd314f2 Fix TC whirlpool speed for NV 2015-12-28 22:07:09 +01:00
jsteube
94d6fd3693 revert switch to rotate () 2015-12-27 21:22:54 +01:00
jsteube
3942ae02a2 Speedup -m 5300 2015-12-27 20:15:24 +01:00
jsteube
e68419f19e Speedup -m 5400# 2015-12-27 20:01:10 +01:00
jsteube
212395168f Testchange for speed 2015-12-27 19:23:55 +01:00
jsteube
da66ce7538 Fix -m 8000 for NV 2015-12-27 17:13:17 +01:00
Jens Steube
0f906dcfeb Fix a bug in the implementation of GOST R 34.11-94, zero length passwords were not cracked 2015-12-26 17:10:03 +01:00
Jens Steube
bf5218c4dd Fix LM bug for both NV and AMD 2015-12-26 10:14:42 +01:00
jsteube
f3a394b85d Workaround buggy NV OpenCL runtime 2015-12-24 12:10:03 +01:00
jsteube
0522ca9cbe Revert "Workaround buggy NV OpenCL runtime"
This reverts commit 90eba9cd2e.
2015-12-24 12:05:43 +01:00
jsteube
90eba9cd2e Workaround buggy NV OpenCL runtime 2015-12-24 12:01:39 +01:00
jsteube
8057d89333 speedup -m 5800 for NV 2015-12-23 18:35:38 +01:00
jsteube
3ab31807d4 Another small increased bcrypt speed for NV 2015-12-22 23:56:12 +01:00
jsteube
c894787510 Remove unused stuff from bcrypt 2015-12-22 23:46:40 +01:00
jsteube
84568e5b3d Increase bcrypt speed for NV 2015-12-22 23:43:39 +01:00
jsteube
67058ca7d4 Fixed other md5crypt based algos for NV 2015-12-22 22:02:17 +01:00
jsteube
042d3f590a Fix md5crypt for NV 2015-12-22 21:26:11 +01:00
jsteube
ff4dbcbacf Fix unrolling with SHA512 2015-12-22 11:45:32 +01:00
jsteube
a9286ea475 Revert "increase bcrypt again a bit"
This reverts commit c315ea94a2.

Broke functionality
2015-12-22 02:21:27 +01:00
jsteube
c315ea94a2 increase bcrypt again a bit 2015-12-22 02:17:48 +01:00
jsteube
21891bf8db Fix 64 bit based rotates for use with ForceWare >= 358.x 2015-12-21 23:49:22 +01:00
jsteube
3026167257 Fix indent 2015-12-21 21:17:42 +01:00
jsteube
964ece53a3 add __bfe stub for AMD 2015-12-21 21:14:16 +01:00
jsteube
6c22de104e Slightly increase blowfish based algorithms for NV 2015-12-21 21:00:52 +01:00
Jens Steube
747c4a8d6a Fix blowfish based algos for AMD, NV needs testing 2015-12-21 20:21:53 +01:00
jsteube
18d5f4126a Fix -m 9000 speed (AMD ONLY) 2015-12-21 17:06:17 +01:00
Jens Steube
0e5b37a537 Fix AMD speeds @ sha512crypt 2015-12-21 14:50:13 +01:00
jsteube
7be2c2fd8d Fixed some speeds:
1800
3200
7100
7200
7400
8200
9300
9000
9600
11300
11600
2015-12-21 14:29:04 +01:00
jsteube
32b8684d75 Fix Lotus Notes/Domino 8 for NV 2015-12-20 22:53:14 +01:00
jsteube
86ab5e1754 Fix Lotus Notes/Domino 6 for NV 2015-12-20 22:48:36 +01:00
jsteube
dde2da2a22 Fix Lotus Notes/Domino 5 for NV 2015-12-20 22:46:59 +01:00
jsteube
ca845c9f66 Fix Android/PIN for NV 2015-12-20 22:32:40 +01:00
jsteube
2eb24fb0dc Fix bsdicrypt for NV 2015-12-20 22:09:55 +01:00
jsteube
1d4bece384 Revert "Fix bsdicrypt for NV"
This reverts commit 284990e4d3.

Accidentially changed oclHashcat.c
2015-12-20 22:08:59 +01:00
jsteube
284990e4d3 Fix bsdicrypt for NV 2015-12-20 22:07:44 +01:00
Jens Steube
bab6423725 Remove some unused variables in scrypt kernel 2015-12-20 17:02:02 +01:00
Jens Steube
c4ea00459f Remove old macro, not needed anymore 2015-12-20 16:59:02 +01:00
jsteube
c3191ae694 Fix keccak speed on NV OpenCL runtime 2015-12-20 16:09:00 +01:00
jsteube
96a368715f Fix -m 11700 and -m 11800 2015-12-19 18:30:34 +01:00
jsteube
767ba4fb97 Fix -m 6500 2015-12-19 18:21:41 +01:00
jsteube
ea4dc395dd Fix -m 10700 2015-12-19 18:18:54 +01:00
jsteube
9115547601 Revert "Fix -m 10700"
This reverts commit 15da53da38.
2015-12-19 18:18:28 +01:00
jsteube
15da53da38 Fix -m 10700 2015-12-19 18:17:19 +01:00
jsteube
91249942ab Fix -m 1800 for NV 2015-12-17 19:19:31 +01:00
jsteube
ed35c11e2a Fix -m 8500 kernel 2015-12-16 16:21:10 +01:00
jsteube
9d9097a12c Fix -m 7800 by adding amd_bytealign emulation 2015-12-16 16:15:21 +01:00
jsteube
67cff7b856 fixed -m 6900 2015-12-16 15:45:05 +01:00
jsteube
aedc142d0b fix -m 5500 2015-12-16 15:38:25 +01:00
Jens Steube
aa63e82d49 fix -m 3100 2015-12-16 15:27:34 +01:00
jsteube
dc6133d95b Fix -m 3000 kernel 2015-12-16 13:27:34 +01:00
jsteube
1b1c70708f Fix -m 1500 for -a 0 and -a 1 attack mode 2015-12-16 12:53:52 +01:00
jsteube
acea69c561 final cleanup for -m 1500 2015-12-16 12:06:18 +01:00
jsteube
661225f03f Fix -m 1500 for NV
Fix C++ function header
2015-12-16 11:52:32 +01:00
jsteube
9c392b472e Removed useless comments 2015-12-16 11:18:57 +01:00
jsteube
c29c7c093f Fix use of LOP3 2015-12-16 11:11:31 +01:00
jsteube
6a65c7b1ce Prepare for LOP3 integration 2015-12-16 10:19:17 +01:00
jsteube
76cc1631be More kernel fixes for function calls and vector datatypes 2015-12-15 17:46:00 +01:00
jsteube
2283d5c843 Fix more append_* functions in kernels 2015-12-15 16:50:21 +01:00
jsteube
50f39b3563 Fix append_* function calls 2015-12-15 13:42:37 +01:00
jsteube
88284108b3 More cleanup 2015-12-15 13:23:32 +01:00
jsteube
0bf4e3c34a - Dropped all vector code since new GPU's are all scalar, makes the code much easier
- Some performance on low-end GPU may drop because of that, but only for a few hash-modes
- Dropped scalar code (aka warp) since we do not have any vector datatypes anymore
- Renamed C++ overloading functions memcat32_9 -> memcat_c32_w4x4_a3x4
- Still need to fix kernels to new function names, needs to be done manually
- Temperature Management needs to be rewritten partially because of conflicting datatypes names
- Added code to create different codepaths for NV on AMD in runtime in host (see data.vendor_id)
- Added code to create different codepaths for NV on AMD in runtime in kernels (see IS_NV and IS_AMD)
- First tests working for -m 0, for example
- Great performance increases in general for NV so far
- Tested amp_* and markov_* kernel
- Migrated special NV optimizations for rule processor
2015-12-15 12:04:22 +01:00