1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-19 14:48:10 +00:00
Commit Graph

1756 Commits

Author SHA1 Message Date
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
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