Commit Graph

5943 Commits (07a1bdb12c02b8fcdd3e81cc6b447401a87b6569)
 

Author SHA1 Message Date
jsteube ffd8ec9001 Fixed output password of 'e' rule in pure and cpu rule engine if separator character is also the first letter
5 years ago
jsteube 5a1d929628 Fix some missing code changes after hc_bytealign() was changed
5 years ago
jsteube 9d6d2cb2b8 Replace md5_complete_no_limit() code with functions from emu_inc_hash_md5.h
5 years ago
Chick3nman 0cc365139b Added sanity check to confirm --machine-readable and --status-json do not run at the same time.
5 years ago
Chick3nman f434809921 More Prep
5 years ago
Chick3nman cac6522cd7 More prep
5 years ago
jsteube 7806be32c2 Add module_unstable_warning() for several modes used with AMDGPU drivers
5 years ago
Chick3nman 81bc4b9ee9 Fixed Typo
5 years ago
Chick3nman 20aa7da205 Fixed typo
5 years ago
jsteube ea7d9c50b6 Fix missing const keyword in some includes
5 years ago
jsteube 2f972c0d36 Use apply_rules_vect_optimized() instead of apply_rules_vect() in -m 15400
5 years ago
jsteube 19a77c59f9 Removed some unused includes from ChaCha20 combinator attack kernel
5 years ago
jsteube 4fe1a4b258 Use apply_rules_vect_optimized() instead of apply_rules_vect() in -m 600
5 years ago
jsteube 1a44581524 Removed some unused includes from Blake2 combinator attack kernel
5 years ago
Chick3nman 2358220cbe Prepare for --status_json
5 years ago
Jens Steube 06dc04bf1a Use kern_type instead of hash_mode to calculate device_name_chksum
5 years ago
Jens Steube e74e8f0234 Fix device_name_chksum calculation
5 years ago
Jens Steube 0fb3b3c83e Declare internal functions in OpenCL kernels as static
5 years ago
jsteube 69587c91dd Do not use uint if not needed
5 years ago
jsteube 891a5beef8 Do not use uint if not needed
5 years ago
jsteube 0a8c7fab1c Do not use ulong. It causes the 32 bit compilation to fail
5 years ago
jsteube 6e57028912 Add digest_t to emu_m02501_pure.h for later use
5 years ago
jsteube 2bb594b385 Remove add3() from bitops, replaced with the ones in inc_common.cl
5 years ago
jsteube ecbd4a51c8 Add remaining emu_inc_* sources to Makefile
5 years ago
jsteube 5b667d2c01 Get rid of src/cpu_aes.c, src/cpu_des.c, src/cpu_md5.c and src/cpu_sha256.c
5 years ago
jsteube fb8a9d7c40 Get rid of cpu_sha1.c
5 years ago
jsteube 4e5da084f2 Testfix for osx
5 years ago
jsteube 66d94b06e4 Get rid of src/rp_kernel_on_cpu.c and src/rp_kernel_on_cpu_optimized.c and use OpenCL emulated kernel version
5 years ago
Chick3nman 537516f694
Merge pull request #2 from hashcat/master
5 years ago
jsteube 13097fefc7 reorder functions for better overview
5 years ago
jsteube 194fd7e6d1 Fix some invalid code sections caused from conversion
5 years ago
jsteube 977199698f Move some macros from .h to .cl sources
5 years ago
jsteube e80b1838e8 Rename some functions in inc_common.cl to avoid conflicts with bitops.c
5 years ago
jsteube a44bed7549 More preparation for OpenCL emulation mode
5 years ago
jsteube adeeaee84a Replace __kernel, __constant, __global and __local qualifiers with macro for better control
5 years ago
jsteube 340d2ae7d3 Add headers for OpenCL include files
5 years ago
jsteube 0a6fc35707 Fix includes in Makefile
5 years ago
jsteube 0413314ae4 Fix missing include in amp_a0
5 years ago
jsteube c9d60c079f Prepare OpenCL kernels for non-static compilation
5 years ago
jsteube 5f5468be6f Add missing DECLSPEC in OpenCL rule functions
5 years ago
jsteube c1d5d2ff45 Improve grouping of include calls as a preparation
5 years ago
jsteube 305a044ec6 Remove some old function headers
5 years ago
jsteube 7d4bea41a0 Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl
5 years ago
jsteube 59ecdbd319 Add volatile to inline assembly instructions, it has no influence on cracking performance but compile time reduces
5 years ago
jsteube aec49509b8 Make sure -T does not come in inflict with FIXED_LOCAL_SIZE
5 years ago
jsteube f08fe1fe90 Use advanced memory allocation only on NV and AMD
5 years ago
Jens Steube af129d32da
Merge pull request #1941 from s3inlc/master
5 years ago
Sein Coray 836c91c8c2
Merge branch 'master' of https://github.com/s3inlc/hashcat
5 years ago
Sein Coray 17083b8f56
applied requested final changes
5 years ago
jsteube e0f875463f Fix HAS_VBFE use on AMDGPU driver
5 years ago