Commit Graph

15 Commits (07f119c28b464907beb5e94ac3c44c3991821f13)

Author SHA1 Message Date
jsteube 3e08750900 OpenCL Kernels: Add general function declaration keyword (static inline)
6 years ago
jsteube 9c832092df Fix some function declarations inside LUKS kernel
7 years ago
jsteube 1aa76eac15 Refactor use of __constant to match up with the user selected attack mode
7 years ago
jsteube 1d04de3a8e Limit kernel-loops in straight-mode to 256, therefore allow rules to be stored in constant memory
7 years ago
jsteube 319799bbbf Switch the datatypes of the variables responsible for work-item count and work-item size from u32 to u64
7 years ago
jsteube 8a6e3a5275 Add support in HMAC for passwords larger than block size of the underlaying hash
7 years ago
jsteube 8f73d356f2 Vectorized LUKS and added support for long passwords
7 years ago
jsteube c918173fcf Get rid of comb_t which can be safely replace with pw_t now
7 years ago
jsteube cf57365e7c Check hashes_shown[] whenever calling mark_hash directly.
7 years ago
jsteube 33a043ec63 Refactored internal use of esalt from sync with number of salts to sync with number of digests
7 years ago
jsteube 2ece9742e1 Compress multiple newlines to one
7 years ago
jsteube d0fa9d059d Remove some unused macros
7 years ago
Jens Steube 4a3c90dd3c Fixes https://github.com/hashcat/hashcat/issues/1123
7 years ago
jsteube bbb4c74e85 OpenCL Kernel: Remove "static" keyword from function declarations; Causes older Intel OpenCL runtimes to fail compiling
7 years ago
jsteube 8257883ec1 Added hash-mode 14600 = LUKS
8 years ago