Commit Graph

1327 Commits (ff376ce112281af2d0b2e5d8ef77322b1d3f100f)
 

Author SHA1 Message Date
jsteube 4f9af82f5c Hacked hashcat.hctune for GTX1080 is no longer needed as NV fixed the device name bug in the driver
8 years ago
jsteube 28505c350b Add commandline support to override cpu spinning damper for nvidia runtime
8 years ago
Jens Steube fd3813f279 save_hash() always works with a file, therefore no branch required
8 years ago
Jens Steube c61798434e Merge branch 'master' of https://github.com/hashcat/oclHashcat
8 years ago
Jens Steube 90181e565a This patch should remove a bottleneck causing slow writing performance of hash files which can be annoying when using --remove in combination with large hashlists
8 years ago
jsteube 5542e46022 Added option --stdout to print candidates instead of trying to crack a hash
8 years ago
jsteube 3461673b26 Update hashcat.hctune to use vector > 1 for NV cards only in BF because of register pressure
8 years ago
jsteube eda36a9877 Make sure to not overflow
8 years ago
Jens Steube 4f0709b3c9 Another slow-hash improvement
8 years ago
jsteube d275772b9f Fix for 100% CPU burning loop workaround for slow hashes
8 years ago
jsteube 8abc42e346 Simple, but effective workaround to solve the 100% CPU burning loop bug in Nvidias OpenCL runtime, works Linux and Windows, 0% cpu (alsmost), 100% performance in comparison to CPU burning loop variant. Replaces old previous try with overwritten clock_gettime() function
8 years ago
jsteube 217f9e6004 Do not try to use clock_gettime() on OSX
8 years ago
jsteube 7ef80fb12b Do not automatically enable powertune in benchmark, but allow the user to enable it manually
8 years ago
jsteube 9174767847 Inform user about how to verify reported cracking speed
8 years ago
jsteube 94e9fe7836 No need to check for cracked hashes in benchmark mode
8 years ago
jsteube b2ff9922c9 Pure black magic to workaround 100% CPU usage bug in NVidias OpenCL runtime on Linux
8 years ago
Jens Steube eb88171bdd Fix precompute bug in PeopleSoft PS_TOKEN
8 years ago
Jens Steube 3022abf956 some axcrypt fixes
8 years ago
Jens Steube 0d38489c9d Fix typo
8 years ago
jsteube aa78cf2c74 Fix sed call in Makefile
8 years ago
jsteube f600b9dd59 Get rid of cp in Makefile install target
8 years ago
Jens Steube d518e37daf Merge pull request #370 from philsmd/master
8 years ago
philsmd eb08afa543
makefile: indentation fix (replace tabs with spaces) + comments about cygwin builds
8 years ago
Jens Steube f30629b21a Merge pull request #369 from hlein/DESTDIR
8 years ago
Jens Steube 10b086a31d Merge pull request #364 from neheb/patch-2
8 years ago
Mangix 37ff7fbc11
Small fix for < 10 Windows
8 years ago
Jens Steube ba18812a70 Merge pull request #368 from hlein/master
8 years ago
Hank Leininger 8254e2e3c4
Make sure the INSTALL_FOLDER path exists.
8 years ago
Hank Leininger 8a2bfff917
Added DESTDIR support.
8 years ago
Hank Leininger ecb7ba6f3e
Removed obsolete entries from install: target.
8 years ago
jsteube 1c695b1185 Fixed DES kernel_loops only in case of BF
8 years ago
jsteube 58296e1ecf Fix a bug in -m 1500, returned invalid plain is cracking slice was not 0
8 years ago
jsteube b9eefd9b20 Added new hash-mode 13800 = Windows 8+ phone PIN/Password
8 years ago
jsteube 063abab3d6 Remove invalid or too old drivers names
8 years ago
jsteube b875cb51ac Use CRT_glob.o to enable commandline globbing on windows binaries
8 years ago
jsteube 106e781a2f Fix some workload balancing issue
8 years ago
Jens Steube 069634ae77 Merge pull request #363 from RealEnder/master
8 years ago
Jens Steube fc1be6bb85 Fix issue #150
8 years ago
neheb a8bebb4a55 Add cygwin support
8 years ago
Alex Stanev a59afcba6e Fix travis-ci URL
8 years ago
jsteube 9d2c24fc0d Fix memory allocation for clBuildProgram() retry version
8 years ago
Jens Steube 4075577340 Do not show hardware manager in final status display in case status is EXHAUSTED, CRACKED, ABORTED OR QUIT -- it could be confusing for users to see an utilization of 0% at this point
8 years ago
jsteube 829289b109 Fix calling conventions for external libraries (mingw doesn't handle it alone); Fix first print of PROMPT after autotune;
8 years ago
jsteube 2525c2296e Merge branch 'master' of https://github.com/hashcat/oclHashcat
8 years ago
jsteube 79c44186fc Finally added: Temperature limit check on NVidia + Windows to notice User about performance drop. This is a NvAPI undocumented feature. Thanks to @philsmd for information gathering, an outstanding job
8 years ago
Jens Steube 16ffade75e Merge branch 'master' of https://github.com/hashcat/oclHashcat
8 years ago
Jens Steube e5359036ff Show warning about bad opencl runtime on intel cpu only once
8 years ago
jsteube 2e706edc18 Do not show *throttle* in status display if the reason is unknown
8 years ago
jsteube 3e30b62bf6 Remove some ugly code from nvapi.h
8 years ago
jsteube 08934db58c Add NvAPI_GPU_GetPerfPoliciesInfo() and NvAPI_GPU_GetPerfPoliciesStatus() for later use
8 years ago