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
Jens Steube
828fdb9621
Merge pull request #316 from jfoug/master
...
dive.rule: replaced all xNM with ONM
2016-04-26 20:11:44 +02:00
Jens Steube
7cbce12ea7
Add platform vendor_id detection
2016-04-26 13:59:14 +02:00
Martin Lemay
d9889727e6
Removed SHA1 optimization.
2016-04-25 09:33:43 -04:00
Martin Lemay
a1aef652c2
Fixed snprintf.
2016-04-25 09:32:41 -04:00
Francois Gaudreault
96e60bfb05
Fixing minor definitions.
2016-04-25 09:11:49 -04:00
jfoug
a26364476b
dive.rule: replaced all xNM with ONM
2016-04-25 07:11:57 -05:00
jsteube
082b1504b1
Initial MESA support, needs more fixes
2016-04-25 13:51:18 +02:00
Jens Steube
9a22b53254
Merge pull request #315 from jfoug/master
...
dive, generated, generated2. Remove duplicate T rules
2016-04-25 07:17:58 +02:00
Jens Steube
15d7e41d68
Fix broken #ifdef in types_ocl.c
2016-04-25 07:10:02 +02:00
Jens Steube
81b19ddc7d
Remove no longer needed allx() macro
2016-04-25 07:05:47 +02:00
jfoug
441fdfc63b
dive, generated, generated2. Remove duplicate T rules
2016-04-24 14:44:43 -05:00
Jens Steube
c0d0ef60a5
Replace minus with select give a small boost in speed for -m 1500 and -m 3000
2016-04-24 20:52:21 +02:00
Jens Steube
838b6a3b8b
Merge pull request #313 from jfoug/master
...
Duplicates removed. Based on $ and ^ reorder only
2016-04-24 20:19:49 +02:00
Jens Steube
dcbf665313
Use a more optimal salt value for descrypt benchmark
2016-04-24 18:08:11 +02:00
Jens Steube
42c83df959
Fix for 0H/s issue on different algorithms
2016-04-24 16:28:33 +02:00
Jens Steube
50ea3a88dd
Merge pull request #305 from neheb/master
...
Disable AMD optimizations for LLVM
2016-04-24 15:18:17 +02:00
Jens Steube
96ef261326
Increase benchmark accuracy by using a result based on the last meassured speed after benchmark values changed by less than 0.1% after kernel repeats
...
Goal is a "what you see is what you get" value compared to: "singlehash -a 3 ?b?b?b?b?b?b?b" -- both with the same fixed -u and -n values
As a positive side-effect, this decreases total benchmark runtime
Add speed_cnt_total and speed_ms_total as a preparation to get rid of SPEED_MAXAGE which produces 0H/s display on very slow-hash types
Replace some floats with double which can (theoretically) become really big
2016-04-24 12:24:21 +02:00
Jens Steube
01baa89bc0
Fix -m 3000 cracking performance
...
Fix -m 1500 cracking performance
2016-04-23 22:29:29 +02:00
Jens Steube
7ab180c868
Fix -m 200 cracking performance
2016-04-23 20:52:16 +02:00
jfoug
c6bd4750d4
a couple rules put back to prior logic
2016-04-23 12:22:13 -05:00
jfoug
b8ab917376
rules. Remove no-op commands
2016-04-23 12:13:44 -05:00
jfoug
30933f1835
T0XlCv1.rule duplicates removed. no-op ^ and [ or $ and ]
2016-04-23 11:43:35 -05:00
jfoug
88c8bc20fc
d3ad0ne.rule. Dupes remove. several varieties since script was failing due to invalid rule lines before
2016-04-23 11:32:09 -05:00
jfoug
5cdd633c07
d3ad0ne.rule: removed invalid lines
2016-04-23 11:22:44 -05:00
jfoug
f4d232cbf2
dive.rule duplicates removed. no-op ^ and [ or $ and ]
2016-04-23 11:09:07 -05:00
jfoug
2ee5c035ca
dive.rule: Removed a dupe based upon [ and ] rule reordering
2016-04-23 10:45:22 -05:00
jfoug
bb16e12e67
T0XlCv1.rule. Removed a dupe based upon [ and ] rule reordering
2016-04-23 10:17:06 -05:00
jfoug
b16d7fdf4b
generated2.rule replaced a non-duplicate rule removed in prior commit
2016-04-23 10:12:05 -05:00
jfoug
44c5eddfd2
generated2.rule: removed dupes by reordering [ and ] commands
2016-04-23 09:58:27 -05:00