Commit Graph

981 Commits (a4e1692647946d664e97fd9548c6b1643e9f60c2)
 

Author SHA1 Message Date
anthraxx a4e1692647 fallback for Makefile version if its not a git checkout (tarball)
8 years ago
Jens Steube 247d193146 Get rid of some JIT compiler warnings
8 years ago
Jens Steube f5ee678bbe Use umask(077), mainly to secure hashcat.pot from reading from other users, but should be a good idea for all files. See https://github.com/hashcat/oclHashcat/issues/331 for details
8 years ago
Jens Steube 9e92c9c4d9 Fix types_ocl.c to solve issue https://github.com/hashcat/oclHashcat/issues/344
8 years ago
Jens Steube de2074dfaa Fix for -m 2500, see: https://github.com/hashcat/oclHashcat/issues/339
8 years ago
Jens Steube 19afd5c135 Merge pull request #341 from roycewilliams/master
8 years ago
Royce Williams 05d099d3be add version header and time to --status-automat
8 years ago
Jens Steube 18f05e9b51 Merge pull request #340 from gm4tr1x/master
8 years ago
Jens Steube c6e5ff2a68 Do not show any header in case --status-automat is used
8 years ago
Gabriele 'matrix' Gristina 020234b655 Fix "abort trap: 6" for -m 6231 on OSX
8 years ago
Jens Steube 567fcfe176 Enabled support of --status-automat in combination with --benchmark for automated benchmark processing
8 years ago
jsteube b5cb29ad1c Minimal psafe2 increase and autotune fix
8 years ago
jsteube e46aa7103a Fix some macros for NV
8 years ago
jsteube e69c385b4d Separated sm50, sm52 and older cards in hashcat.hctune and updated accordingly
8 years ago
jsteube eea3424c38 Added SIMD code for all generic PBKDF2-HMAC-* modes
8 years ago
Jens Steube 9976f85c3a Cache clGetKernelWorkGroupInfo() results on startup
8 years ago
Jens Steube 2937c83a2e Merge pull request #332 from philsmd/master
8 years ago
Jens Steube 590248e1e4 Merge pull request #333 from y0sh1/CreateTravisBuilds
8 years ago
Jens Steube 5987029441 Added SIMD code for DCC2
8 years ago
Jens Steube 0ddb264a5a Use packv() and unpackv() for slow hash SIMD handling in kernels
8 years ago
Y0sh1 1d797a1c3e Added Travis building, placed build status in readme
8 years ago
philsmd 2f7023caa0 Merge remote-tracking branch 'upstream/master'
8 years ago
Jens Steube 9d74f2958d Added SIMD code for WPA/WPA2
8 years ago
philsmd 9ac762c2c7 test fix: ArubaOS salts are 8 hexadecimal chars long (4 binary), not 10 (4 binary), because '01' will be appended afterwards (total length is 10)
8 years ago
Jens Steube c78d7568e6 Add some missing changes
8 years ago
Jens Steube d0123e63b1 Add WinZip test.pl and test.sh
8 years ago
Jens Steube 0891989404 Fix WinZip multihash
8 years ago
Jens Steube a5ec5d68b8 Change some newline handling and startup infos
8 years ago
Jens Steube 1fb603b578 Merge branch 'master' of https://github.com/hashcat/oclHashcat
8 years ago
Jens Steube 7a4ab2b42d Prepare for WinZip integration
8 years ago
jsteube dca9683b3b Balancing the workload turns out to be very efficient
8 years ago
jsteube aefd3b03a3 Use VERSION_TAG only, but uncut
8 years ago
jsteube 77a9377d18 In case the user did not specify --opencl-device-types and the user runs hashcat in a system with only a CPU only he probably want to use that CPU. In such a case, automatically enable CPU device type support, since it's disabled by default.
8 years ago
jsteube b5a71dca58 Add more informative help text in case of faulty or no OpenCL installation
8 years ago
Jens Steube 332c3a7e09 Fix autotune to not actually crack hashes
8 years ago
Jens Steube 3d229b20d4 Remove debugging option from JIT compiler option
8 years ago
jsteube f1515f9244 Moved BUILD.md to root folder
8 years ago
jsteube e47030ed7d Prepare to rename project into hashcat
8 years ago
jsteube 768ffbdad8 Remove OPENCL EXTENSION, failing on Intel OpenCL SDK
8 years ago
jsteube c19779dedf Switch back -m 7400 to old version
8 years ago
jsteube 4317ac60f4 Remove unroll access for Drupal for NV gpus
8 years ago
jsteube 9390be8594 Use real registers for salt, high-end maxwells didn't like it with global memory access
8 years ago
jsteube 373d2b9882 Remove barrier from DCC1, high-end maxwells didn't like it
8 years ago
jsteube c79bed3b7d Prepare for a more dynamic #pragma unroll use
8 years ago
jsteube 34c3557d50 Fix compiler warnings
8 years ago
Jens Steube 67d5bb4b81 Merge pull request #330 from RolfHashcat/patch-1
8 years ago
Rolf d33360e3f5 Update hashcat_tuning.hctab
8 years ago
jsteube 7709ffbe52 Add some missing hash-modes to hashcat_tuning.hctab
8 years ago
Jens Steube 941e016378 Fix -m 9000 performance for AMD
8 years ago
jsteube a0221cd368 Fix broken -m 1500 and -m 3000
8 years ago