Commit Graph

477 Commits (38514895b3cea3fc4ff898dc1a02a76299ef0f0f)

Author SHA1 Message Date
jsteube 3daf0af480 Added docs/credits.txt
8 years ago
jsteube 4b79ccd416 Preparation for easier integration of:
8 years ago
jsteube 2216920866 replaced macros with enums and static const char types
8 years ago
jsteube dc30176993 Fix enum type name
8 years ago
jsteube 200938ca42 Replaced uints with enums types
8 years ago
Jens Steube a267c61fbb switch from clz() to ffz() for bitsliced algorithms
8 years ago
jsteube 71a8459d85 Two new modes added:
8 years ago
jsteube ebc1f83c93 New SHA2 meet-in-the-middle optimization, reduces 7/64 steps of SHA256 and should also work with SHA224/SHA384/SHA512
8 years ago
jsteube d7f078cb45 Eventual workaround for https://github.com/hashcat/hashcat/issues/456
8 years ago
Michael Sprecher 602e392b80
Fixed a bug where some kernels used COMPARE_M_SIMD instead of COMPARE_S_SIMD in singlehash mode
8 years ago
Michael Sprecher 7593db9483
Added new hash-mode 13900 = OpenCart
8 years ago
jsteube 8acf5b3879 Add support for @ rule (RULE_OP_MANGLE_PURGECHAR) to use on GPU
8 years ago
jsteube 0154d636bf Slightly increased NVidias rule-processing performance by using generic instructions instead of byte_perm()
8 years ago
jsteube 5caf32447e Some experiment. This should increase rule-based cracking on nvidia slightly
8 years ago
Jens Steube 62390b9cfa Fixed a bug where hashcat reported an invalid password for a zero-length password in LM
8 years ago
jsteube 8702d0e3e1 Workaround memory allocation limit from OpenCL by using multiple buffers for scrypt
8 years ago
jsteube 4ed8977e48 Dynamic tmp_t length for scrypt
8 years ago
Jens Steube ed1863c263 Move macros DGST_R0 - DGST_R3 to host, define dgst_size for opencl kernel from host; both at runtime
8 years ago
jsteube 0e68b2af25 Don't use device_processor_cores for scrypt
8 years ago
Jens Steube 8298cd4926 Drop -m 190, no reason to keep it
8 years ago
jsteube e4f2002e53 Add missing -m 2000 kernels
8 years ago
jsteube 5542e46022 Added option --stdout to print candidates instead of trying to crack a hash
8 years ago
Jens Steube 3022abf956 some axcrypt fixes
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
Jens Steube fc1be6bb85 Fix issue #150
8 years ago
jsteube 04dfe6e89e Fix -m 12500 by limiting max. length to 20; Limit fake rule copy in autotune() to it's max size
8 years ago
jsteube 2213786618 Increase Domain Cached Credentials (DCC), MS Cache cracking performance
8 years ago
jsteube 333ca26f21 Increase Oracle T: Type (Oracle 12+) cracking performance
8 years ago
jsteube a720195686 Increase AIX {ssha512} cracking performance
8 years ago
jsteube 072988f26c Increase PBKDF2-HMAC-SHA512 cracking performance
8 years ago
jsteube 2ec7429dea Increase 1Password, cloudkeychain cracking performance
8 years ago
jsteube e279e0c2b3 Improve GOST R 34.11-2012 (Streebog) speed
8 years ago
jsteube f843c6a4d0 Improve Lotus Notes/Domino 5 performance
8 years ago
jsteube dfc9a5ff61 Improve Lotus Notes/Domino 6 performance
8 years ago
jsteube 2dd8156d24 Introduce a true memset kernel, currently operates on 16 byte per item
8 years ago
Jens Steube 2899f53a15 Move files from include/ to OpenCL/ if they are used within kernels
8 years ago
jsteube c4333c4025 Get SHA256 KDF for VeraCrypt to work
8 years ago
jsteube 763fd6e18b Merge branch 'master' of https://github.com/hashcat/oclHashcat
8 years ago
jsteube df3f4a439a We can safely replace atomic_add() with atomic_inc()
8 years ago
Jens Steube c6c865e32e Some final fixes for d_return_buf refactorization; Initial kernels vor veracrypts SHA256 KDF (not working)
8 years ago
jsteube f2598025c6 Some fixes for rare kernels
8 years ago
Jens Steube 37953cdc8f Optimize handling of cracked hashes, was a bottleneck if too many at once
8 years ago
Jens Steube d37b6c6c30 Prepare for VeraCrypt integration
8 years ago
Jens Steube 247d193146 Get rid of some JIT compiler warnings
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
jsteube b5cb29ad1c Minimal psafe2 increase and autotune fix
8 years ago
jsteube e46aa7103a Fix some macros for NV
8 years ago
jsteube eea3424c38 Added SIMD code for all generic PBKDF2-HMAC-* modes
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
Jens Steube 9d74f2958d Added SIMD code for WPA/WPA2
8 years ago
Jens Steube 0891989404 Fix WinZip multihash
8 years ago
Jens Steube 7a4ab2b42d Prepare for WinZip integration
8 years ago
jsteube e47030ed7d Prepare to rename project into hashcat
8 years ago
jsteube c19779dedf Switch back -m 7400 to old version
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 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 6d027e77f2 Optimize some macros
8 years ago
jsteube 89dcaeb76d Replace SHL+ADD with MAD
8 years ago
jsteube 8141c7fb60 Little bit inline assembly for the older nvidia cards
8 years ago
jsteube 006f5252b7 Optimize a few modes for hashcat_tuning.hctab for budget NV cards
8 years ago
Jens Steube c40bf412e5 Fix -m 8500: volatile no longer required
8 years ago
Jens Steube 72e3821a4c Simplify auto-tuning and benchmark routines
8 years ago
Jens Steube 8316210233 Unlock kernel_threads > 64
8 years ago
jsteube dbe2d96618 Fix -m 1500 multihash and benchmark
8 years ago
jsteube c7b67376a8 Fix -m 200 multihash and benchmark
8 years ago
jsteube 518fcb387a Fix -m 10100 multihash and benchmark
8 years ago
jsteube c0a38846e3 Fix -m 5100 multihash and benchmark
8 years ago
Jens Steube 0b3743ce94 - Added inline declaration to functions from simd.c, common.c, rp.c and types_ocl.c to increase performance
8 years ago
jsteube 9b3d18f87d SIMD for slow hashes prototype
8 years ago
Jens Steube 012275e873 Merge branch 'master' of https://github.com/hashcat/oclHashcat
8 years ago
Jens Steube d7a90f9579 Fix missing multihash support for -m 3100
8 years ago
Jens Steube abce366d00 Fixed -m 13500 kernels and tests
8 years ago
Jens Steube 1ccb643fba Fix variable name typo in -m 13500
8 years ago
Jens Steube aef8dc2b01 First working version of -m 13500
8 years ago
Jens Steube 9294aaccae Merge pull request #311 from fgaudreault/master
8 years ago
Jens Steube 7cbce12ea7 Add platform vendor_id detection
8 years ago
Jens Steube 15d7e41d68 Fix broken #ifdef in types_ocl.c
8 years ago
Jens Steube 81b19ddc7d Remove no longer needed allx() macro
8 years ago
Jens Steube c0d0ef60a5 Replace minus with select give a small boost in speed for -m 1500 and -m 3000
8 years ago
Jens Steube 50ea3a88dd Merge pull request #305 from neheb/master
8 years ago
Jens Steube 01baa89bc0 Fix -m 3000 cracking performance
8 years ago
Jens Steube 7ab180c868 Fix -m 200 cracking performance
8 years ago
Mangix 530651e96a Disable AMD optimizations for LLVM
8 years ago
Francois Gaudreault 2df81367df Adding parser and basic kernels for -m 134
8 years ago
jsteube ad01afeeb8 Fix -m 5000 performance on NV after change to new standard
8 years ago
Fist0urs 9e8b7a1d9a -m 13400 Increased max kdb size to 300KB
8 years ago