Commit Graph

4567 Commits (97f569a8cadae1439e5036a51f12f105ae546a87)
 

Author SHA1 Message Date
Jens Steube 97f569a8ca More optimized -m 500, -m 1600 and -m 6300 pure kernel
7 years ago
Jens Steube f6f16f56af A bit optimized -m 500 pure kernel
7 years ago
jsteube b626e7f61b Optimize update functions in inc_hash_* helper files by testing for pos == 0
7 years ago
Jens Steube ec63c2f017 switch_buffer_* function can return sooner if offset is zero
7 years ago
Jens Steube 2dddef839c Fix sha1_update_64 debugging comment
7 years ago
Jens Steube 07f119c28b Fix -a 7 of fast hashes in optimized mode
7 years ago
Jens Steube 68ab3277d6
Merge pull request #1521 from philsmd/patch-2
7 years ago
philsmd 265dae0d6b
Update .appveyor.yml
7 years ago
philsmd 522f71ff1e
appveyor: remove conflicting package "catgets"
7 years ago
Jens Steube 875e8aceb3
Merge pull request #1520 from philsmd/patch-1
7 years ago
philsmd 4fcfa2ac77
max/min password/salt length vs max/min supported lengths by kernel
7 years ago
Jens Steube 2a19f19904 Drop -m 6800 from no-unroll list in inc_vendor.cl
7 years ago
Jens Steube aacabfdb02 Fix some double notes in changes.txt
7 years ago
Jens Steube b3b6ce4195
Merge pull request #1518 from roycewilliams/master
7 years ago
Royce Williams cb34b3f310 polish changes.txt pre-release
7 years ago
jsteube dfb95024bc Fix temporary datatype in wpapmk kernels
7 years ago
Jens Steube d965475b28 Replace a missing while() with round_up_multiple_64()
7 years ago
Jens Steube 1af8e29a4b Add round_up_multiple_32() and round_up_multiple_64()
7 years ago
Jens Steube f75accef59 Update -m 2501 selftest hash in order to succeed with new AUX kernels
7 years ago
Jens Steube 6cd6b08229 Other format that base on md5crypt should also use OPTS_TYPE_PREFERED_THREAD
7 years ago
Jens Steube 413ade76fb Add OPTS_TYPE_PREFERED_THREAD flag for -m 500
7 years ago
jsteube 98b20526f4 Fix missing cleanup for new AUX kernels
7 years ago
Jens Steube 7d09ae93f2 Merge branch 'master' of https://github.com/hashcat/hashcat
7 years ago
Jens Steube 1361651730 Add OPTS_TYPE_PREFERED_THREAD marker
7 years ago
jsteube 8053a05594 Use kernel specific max thread counts for helper kernel, not device specific
7 years ago
jsteube fe4413797e OpenCL Kernels: Use three separate comparison kernels (depending on keyver) for WPA instead of one
7 years ago
Jens Steube 31da893a40 Enforce 2GB host memory per GPU limit
7 years ago
Jens Steube c9f3ef6dae Fix final comparison in sort_by_dictstat()
7 years ago
jsteube 91e522d094 Add special marker for speed only mode
7 years ago
jsteube 00bd356ade Synchronize m01000s with m00900s
7 years ago
jsteube aa65ed28e5 Switch back c_append_helper to static
7 years ago
jsteube 240652a0ff Move speed timer initialization from run_cracker() to run_copy()
7 years ago
jsteube c4f30220a0 OpenCL Kernels: Refactored kernel thread management from native to maximum per kernel
7 years ago
Jens Steube d38608b9bc Add get_kernel_preferred_wgs_multiple() for future use
7 years ago
Jens Steube 1f442b5b0c Add get_kernel_local_mem_size() for future use
7 years ago
jsteube ce8f445ebe Fix a few warnings and divide by zero (speed_pos)
7 years ago
Jens Steube d656e9c3a4 OpenCL Kernels: Use the kernel local buffer size as additional reference in order to limit the thread-count
7 years ago
jsteube a7a15df911 OpenCL Kernels: Improve performance preview accuracy in --benchmark, --speed-only and --progress-only mode
7 years ago
Jens Steube fd89cac052 No longer need to warm-up OpenCL device for benchmark with new thread settings
7 years ago
Jens Steube 75c4d09301 CPU threads still work better on a single local work item
7 years ago
jsteube 5951207365 Get rid of some old volatiles
7 years ago
Jens Steube fa379074b6 Fixed a logic error in storing temporary progress for slow hashes,leading to invalid speeds in status view
7 years ago
Jens Steube b0ff625844 OpenCL Kernels: Thread-count is switched from native to maximum - as a consequence we assume host memory pool of 2GB per GPU
7 years ago
jsteube 088c45040b Remove some redundant constants
7 years ago
Jens Steube 9b1e66d87c Fixed a race condition in combinator- and hybrid-mode where the same scratch buffer was used by multiple threads
7 years ago
jsteube 05a01d3843 fix some datatypes
7 years ago
jsteube 98abea9a0f Fix one more technical teething trouble with compressor kernels
7 years ago
jsteube 9daaafc255 Update changes with the latest missing changes
7 years ago
jsteube d5153539e2 Some syntax error
7 years ago
jsteube 786384664e DECLSPEC for CPU
7 years ago