jsteube
5bb8d17784
Merge branch 'master' of https://github.com/hashcat/oclHashcat
2016-05-07 23:51:50 +02:00
jsteube
89dcaeb76d
Replace SHL+ADD with MAD
2016-05-07 23:51:37 +02:00
Jens Steube
74dd96fa5b
Merge pull request #329 from jfoug/master
...
generated and generated2. Changed xNM command to ONM
2016-05-07 21:02:56 +02:00
jsteube
1d15ee40be
Add maxwell budget to hashcat_tuning.hctab
2016-05-07 20:59:35 +02:00
jsteube
8141c7fb60
Little bit inline assembly for the older nvidia cards
2016-05-07 20:45:16 +02:00
jfoug
298340ba47
generated and generated2. Changed xNM command to ONM
2016-05-07 12:58:10 -05:00
Jens Steube
f3a7b088a3
Merge pull request #328 from jfoug/master
...
d3adone.rule: removed duplicates.
2016-05-07 19:52:57 +02:00
jsteube
da4090cca3
Fix pocl version string
2016-05-07 19:51:23 +02:00
jsteube
78dd258200
Add missing pre-maxwell cards
2016-05-07 19:44:02 +02:00
jfoug
e04443c5c7
d3adone.rule: removed duplicates.
2016-05-07 12:34:25 -05:00
jsteube
504aad0dbb
Update hashcat_tuning.hctab to match best settings with new autotuner
2016-05-07 15:50:18 +02:00
jsteube
4f6c3cf818
Merge branch 'master' of https://github.com/hashcat/oclHashcat
2016-05-07 13:21:59 +02:00
jsteube
006f5252b7
Optimize a few modes for hashcat_tuning.hctab for budget NV cards
...
Little experiment with MD4 based optimizations on -m 900 -m 1000 and -m 1100
Fix benchmark in case user fixes -u and -n values
2016-05-07 13:15:21 +02:00
Jens Steube
7a5852ed85
Merge pull request #327 from jfoug/master
...
d3ad0ne rules. Converted all xNM commands into ONM
2016-05-07 11:14:20 +02:00
Jens Steube
01f566451c
Check both kernel_accel and kernel_loops for some minimum value
2016-05-06 14:38:08 +02:00
jfoug
e4eb385d34
d3ad0ne rules. Converted all xNM commands into ONM
2016-05-06 05:27:40 -05:00
Jens Steube
50a7638e7b
Aim for -n 64 in autotune
2016-05-06 11:52:19 +02:00
Jens Steube
c40bf412e5
Fix -m 8500: volatile no longer required
2016-05-06 11:44:28 +02:00
Jens Steube
a7886f02f4
Merge pull request #325 from jfoug/master
...
dive.rule: duplicates found by running data have been removed.
2016-05-06 09:15:59 +02:00
Jens Steube
72e3821a4c
Simplify auto-tuning and benchmark routines
...
Decrease the time it takes to run a benchmark
Removed --benchmark-repeat, it creates no advantage
Fix some wording related to drivers
Dropped special 64-bit rotate() handling for NV
Cleanup SHA384
Cleanup try_run()
2016-05-05 23:21:15 +02:00
jfoug
7c7836acdd
dive.rule: duplicates found by running data have been removed.
2016-05-04 17:17:06 -05:00
Jens Steube
fc89a04737
Update to better scrypt tmto defaults
2016-05-04 11:55:10 +02:00
Jens Steube
29a0eab0b3
Remove pocl warning, add catalyst warning
2016-05-04 11:40:42 +02:00
Jens Steube
3d508f9122
Fix test.sh
2016-05-04 11:21:20 +02:00
jsteube
cd08fa5f8c
Limit kernel_threads on CPU
2016-05-04 10:32:54 +02:00
jsteube
241a8c8485
Fix scrypt handling
2016-05-04 02:06:31 +02:00
Jens Steube
8316210233
Unlock kernel_threads > 64
2016-05-04 00:52:53 +02:00
jsteube
54df10b36d
improved autotune engine
2016-05-03 12:37:43 +02:00
jsteube
dbe2d96618
Fix -m 1500 multihash and benchmark
...
Fix -m 3000 multihash and benchmark
Fix -m 3100 multihash and benchmark
Fix -m 7700 multihash and benchmark
Fix -m 8500 multihash and benchmark
Fix -m 11500 multihash and benchmark
2016-05-03 10:57:23 +02:00
jsteube
c7b67376a8
Fix -m 200 multihash and benchmark
2016-05-03 10:39:09 +02:00
jsteube
518fcb387a
Fix -m 10100 multihash and benchmark
2016-05-03 10:23:32 +02:00
jsteube
c0a38846e3
Fix -m 5100 multihash and benchmark
2016-05-03 10:14:53 +02:00
Jens Steube
98a6aff4a8
Merge pull request #324 from neheb/patch-1
...
Remove clang extension
2016-05-02 10:41:18 +02:00
neheb
0397d4f0e0
Remove clang extension
...
It's only needed for using the static keyword. Since you removed those, clover builds it fine without it. Also removed the check since Mesa is considered IS_GENERIC now.
2016-05-01 17:39:44 -07:00
Jens Steube
0b3743ce94
- Added inline declaration to functions from simd.c, common.c, rp.c and types_ocl.c to increase performance
...
- Dropped static declaration from functions in all kernel to achieve OpenCL 1.1 compatibility
- Added -cl-std=CL1.1 to all kernel build options
- Created environment variable to inform NVidia OpenCL runtime to not create its own kernel cache
- Created environment variable to inform pocl OpenCL runtime to not create its own kernel cache
2016-05-01 23:15:26 +02:00
Jens Steube
c297678536
Restrict loopback option to straight attack-mode
2016-05-01 20:52:20 +02:00
jsteube
9b3d18f87d
SIMD for slow hashes prototype
2016-05-01 18:34:59 +02:00
Jens Steube
74fa4c1886
Fix missing mode 133 in test.pl
2016-04-30 11:04:43 +02:00
Jens Steube
1978e803fb
Merge pull request #323 from jfoug/master
...
several rule files. Readded s chains which were NOT duplicates
2016-04-30 09:30:01 +02:00
jfoug
6992da0d99
several rule files. Readded s chains which were NOT duplicates
2016-04-30 01:01:02 -06:00
Jens Steube
ef2aba2e44
Update changes.txt; New layout
2016-04-29 23:19:10 +02:00
Jens Steube
1e3d843041
Update readme.txt
2016-04-29 05:28:49 +02:00
Jens Steube
012275e873
Merge branch 'master' of https://github.com/hashcat/oclHashcat
2016-04-29 03:29:25 +02:00
Jens Steube
d7a90f9579
Fix missing multihash support for -m 3100
2016-04-29 03:28:55 +02:00
Jens Steube
abce366d00
Fixed -m 13500 kernels and tests
2016-04-28 22:23:02 +02:00
Jens Steube
2757b6b1e7
Merge pull request #321 from fgaudreault/master
...
Adding final code to test.pl
2016-04-28 21:25:28 +02:00
Jens Steube
1ccb643fba
Fix variable name typo in -m 13500
2016-04-27 14:03:28 +02:00
Francois Gaudreault
909d7ab636
Adding final code to test.pl
2016-04-27 07:40:13 -04:00
Jens Steube
aef8dc2b01
First working version of -m 13500
2016-04-26 22:45:23 +02:00
Jens Steube
9294aaccae
Merge pull request #311 from fgaudreault/master
...
Adding parser and basic kernels for -m 13500
2016-04-26 20:12:33 +02:00