You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/src
fse-a f8c0899670
Increased-virtual-backend-limit
2 months ago
..
modules Refactor optimized_kernel_enable variable to just optimized_kernel, same idea as outfile_autohex variable 5 months ago
Makefile Merge branch 'master' into fix_rar_segfault_AppleSilicon 9 months ago
affinity.c Fix some spacing in affinity.c 1 year ago
autotune.c Fix some typos 8 months ago
backend.c Increased-virtual-backend-limit 2 months ago
benchmark.c Replace mode 2500 with 22000 as default WPA benchmark mode 4 years ago
bitmap.c Help: show supported hash-modes only with -hh 11 months ago
bitops.c Remove add3() from bitops, replaced with the ones in inc_common.cl 5 years ago
brain.c Refactor markov_disable variable to just markov, same idea as outfile_autohex variable 5 months ago
combinator.c Help: show supported hash-modes only with -hh 11 months ago
common.c switch cpu_crc32.c to event_log_* 8 years ago
convert.c Add -m 28503/28504 = Bitcoin WIF, P2WSH/bech32/segwit address 2 years ago
cpt.c Help: show supported hash-modes only with -hh 11 months ago
cpu_crc32.c Rename hc_fopen_nozip() to hc_fopen_raw() 3 years ago
debugfile.c fix some const-qual warnings 7 months ago
dictstat.c Space cleanup 7 months ago
dispatch.c clang-tidy: remove useless casts 7 months ago
dynloader.c Refresh dynloader management 5 years ago
emu_general.c Wrap atomic functions with hc_ prefix to have better platform control 3 years ago
emu_inc_bignum_operations.c added Radmin3 2 years ago
emu_inc_cipher_aes.c Remove more old GCC diagnostic options 5 years ago
emu_inc_cipher_camellia.c Remove more old GCC diagnostic options 5 years ago
emu_inc_cipher_des.c Remove more old GCC diagnostic options 5 years ago
emu_inc_cipher_kuznyechik.c Remove more old GCC diagnostic options 5 years ago
emu_inc_cipher_serpent.c Remove more old GCC diagnostic options 5 years ago
emu_inc_cipher_twofish.c Remove more old GCC diagnostic options 5 years ago
emu_inc_common.c Remove more old GCC diagnostic options 5 years ago
emu_inc_ecc_secp256k1.c electrum 4/5: improve speed (rm hook) 4 years ago
emu_inc_hash_base58.c fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking 2 years ago
emu_inc_hash_md4.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_md5.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_ripemd160.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_sha1.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_sha224.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_sha256.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_sha384.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_sha512.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_streebog256.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_streebog512.c Remove more old GCC diagnostic options 5 years ago
emu_inc_hash_whirlpool.c Remove more old GCC diagnostic options 5 years ago
emu_inc_platform.c Prepare native CUDA hybrid integration 5 years ago
emu_inc_rp.c Remove more old GCC diagnostic options 5 years ago
emu_inc_rp_optimized.c Remove more old GCC diagnostic options 5 years ago
emu_inc_scalar.c Remove more old GCC diagnostic options 5 years ago
emu_inc_simd.c Remove more old GCC diagnostic options 5 years ago
event.c Increase event buffers sizes 2 years ago
ext_ADL.c ADL: Updated support for AMD Display Library to 15.0, updated datatypes and added support for OverDrive 7 and 8 based GPUs 3 years ago
ext_OpenCL.c Improved management of systems with multiple OpenCL platforms and show empty OpenCL platforms only in backend information mode 2 years ago
ext_cuda.c CUDA Backend: moved functions to ext_cuda.c/ext_nvrtc.c and includes to ext_cuda.h/ext_nvrtc.h 2 years ago
ext_hip.c HIP Backend: moved functions to ext_hip.c/ext_hiprtc.c and includes to ext_hip.h/ext_hiprtc.h 2 years ago
ext_hiprtc.c Added path to HIP RTC DLL provided in HIP SDK (ROCm 5.5.0) for Windows 8 months ago
ext_iokit.c using hc_IOMasterPortDefault instead of kIOMasterPortDefault/kIOMainPortDefault 10 months ago
ext_lzma.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 5 years ago
ext_metal.m using hc_IOMasterPortDefault instead of kIOMasterPortDefault/kIOMainPortDefault 10 months ago
ext_nvapi.c Restyling hwmon (2021)(2) 3 years ago
ext_nvml.c Restyling hwmon (2021)(2) 3 years ago
ext_nvrtc.c CUDA Backend: moved functions to ext_cuda.c/ext_nvrtc.c and includes to ext_cuda.h/ext_nvrtc.h 2 years ago
ext_sysfs_amdgpu.c Rename hardware monitor interface sysfs to sysfs_amdgpu 3 years ago
ext_sysfs_cpu.c fix prototypes and old declarations 7 months ago
filehandling.c clang-tidy: remove useless casts 7 months ago
folder.c minor code style fixes 2 years ago
hashcat.c Initialize new dynamicx type in autodetect_hashmode_test() 4 months ago
hashes.c Fix allocation buffer for --dynamic-x in hashes_init_stage2() 4 months ago
hlfmt.c Start using extract_dynamicx_hash() from hlfmt_hash_hashcat() 5 months ago
hwmon.c Fix hwmon_disable issue in hwmon.c 6 months ago
induct.c Help: show supported hash-modes only with -hh 11 months ago
interface.c If --dynamic-x is used, potfile database needs to keep all hashes 5 months ago
keyboard_layout.c Module Parser: Renamed struct token_t to hc_token_t to avoid naming conflict with token_t on MacOS 2 years ago
locking.c Avoid directly accessing file handle 3 years ago
logfile.c Refactor logfile_disable variable to just logfile, same idea as outfile_autohex variable 5 months ago
loopback.c fix some const-qual warnings 7 months ago
main.c Refactor optimized_kernel_enable variable to just optimized_kernel, same idea as outfile_autohex variable 5 months ago
memory.c Fix some typos 8 months ago
monitor.c fixed bug in benchmark engine, updated negative status code 2 years ago
mpsp.c Refactor markov_disable variable to just markov, same idea as outfile_autohex variable 5 months ago
outfile.c Add remaining --outfile-json code 6 months ago
outfile_check.c User Options: Change --backend-info/-I option type, from bool to int 2 years ago
pidfile.c fix the comments :) 5 years ago
potfile.c Add initial code for dynamic-x support in potfile.c, not active yet 4 months ago
restore.c Refactor restore_disable variable to restore_enable, try to make variable names always positive for easier handling 5 months ago
rp.c Skip generated rule that was the result of chaining rule operation and caused this generated rule to exceed the maximum number of function calls 1 year ago
rp_cpu.c fixes #3253: memory leak in cpu rule engine 2 years ago
selftest.c Refactor self_test_disable variable to just self_test, same idea as outfile_autohex variable 5 months ago
shared.c Replaced index() with strchr() to enable mingw to compile windows binaries 5 months ago
slow_candidates.c minor whitespace fixes 3 years ago
status.c Update status.c 1 year ago
stdout.c Fixes #3596: bug in --stdout w/ rules 1 year ago
straight.c Help: show supported hash-modes only with -hh 11 months ago
terminal.c fix prototypes and old declarations 7 months ago
thread.c Added command prompt [f]inish to instruct hashcat to finish the current attack and quit afterwards 3 years ago
timer.c Remove inline from functions 5 years ago
tuningdb.c Help: show supported hash-modes only with -hh 11 months ago
usage.c Add usage entry for new --dynamic-x parameter 5 months ago
user_options.c Add a warning about delayed output in case --dynamic-x is used in combination with --show 5 months ago
wordlist.c Refactor wordlist_autohex_disable variable to wordlist_autohex, same idea as outfile_autohex variable 6 months ago