Commit Graph

9563 Commits (master)
 

Author SHA1 Message Date
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
jsteube 6dac6b409e Add compiler kernel hints for algorithms with fixed workgroup size
8 years ago
jsteube 71c31fca59 Rewrote sha256crypt from scratch
8 years ago
jsteube fd77a098c5 Another some unroll to reduce register pressure
8 years ago
jsteube bd1f555c9c Remove some unroll to reduce register pressure
8 years ago
jsteube 303cfcae15 Enable unrolling of SHA512 with HMAC on NV
8 years ago
Jens Steube 7f04a89f77 Optimize out the swap32() of sha256 in 7zip
8 years ago
jsteube 16af77af18 Extended password length up to 32 for 7zip
8 years ago
jsteube ab193c4162 Rename ALIAS_pre_maxwell and ALIAS_maxwell_budget to ALIAS_nv_use_simd
8 years ago
jsteube b877c84486 Run a few device compatibility checks on startup
8 years ago
jsteube b91506c1c7 Check if device is little endian device
8 years ago
jsteube 6d027e77f2 Optimize some macros
8 years ago
jsteube 41e2d7247a Update autotune, respect kernel_loops_max
8 years ago
jsteube 5bb8d17784 Merge branch 'master' of https://github.com/hashcat/oclHashcat
8 years ago
jsteube 89dcaeb76d Replace SHL+ADD with MAD
8 years ago
Jens Steube 74dd96fa5b Merge pull request #329 from jfoug/master
8 years ago
jsteube 1d15ee40be Add maxwell budget to hashcat_tuning.hctab
8 years ago
jsteube 8141c7fb60 Little bit inline assembly for the older nvidia cards
8 years ago
jfoug 298340ba47 generated and generated2. Changed xNM command to ONM
8 years ago