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
Jens Steube 97a8f34251
hashcat 6.2.0
3 years ago
..
modules Help autotuner to find more stable workload settings for -m 6900 by limiting kernel loops 3 years ago
Makefile hashcat 6.2.0 3 years ago
affinity.c fix some datatypes 6 years ago
autotune.c New Attack-Mode: Association Attack. Like JtR's single mode. Very early 4 years ago
backend.c Update AMD GPU check on macOS warning message 3 years ago
benchmark.c Replace mode 2500 with 22000 as default WPA benchmark mode 4 years ago
bitmap.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago
bitops.c Remove add3() from bitops, replaced with the ones in inc_common.cl 5 years ago
brain.c New Attack-Mode: Association Attack. Like JtR's single mode. Very early 4 years ago
combinator.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago
common.c switch cpu_crc32.c to event_log_* 8 years ago
convert.c suppress some handpicked control characters from being printed to console 4 years ago
cpt.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago
cpu_crc32.c Fix extra semicolon warnings 5 years ago
debugfile.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago
dictstat.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago
dispatch.c Make sure no password candidates get rejected for line length in -a 9 mode 3 years 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_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_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
emu_inc_truecrypt_crc32.c Remove more old GCC diagnostic options 5 years ago
emu_inc_truecrypt_keyfile.c Remove more old GCC diagnostic options 5 years ago
emu_inc_truecrypt_xts.c Remove more old GCC diagnostic options 5 years ago
emu_inc_veracrypt_xts.c Remove more old GCC diagnostic options 5 years ago
event.c Increase buffer size for --example-hashes output 5 years ago
ext_ADL.c Refresh dynloader management 5 years ago
ext_OpenCL.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 5 years ago
ext_cuda.c Prepare native CUDA hybrid integration 5 years 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_nvapi.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 5 years ago
ext_nvml.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 5 years ago
ext_nvrtc.c cosmetic: minor code style fixes 4 years ago
ext_sysfs.c Add missing files 8 years ago
filehandling.c Correct check for gz header. 3 years ago
folder.c Fix for #2387, but need some testing first 4 years ago
hashcat.c Added command prompt [f]inish to instruct hashcat to finish the current attack and quit afterwards 3 years ago
hashes.c Fixed access to filename which is a null-pointer in benchmark mode 3 years ago
hlfmt.c use our safe free () wrapper hcfree whenever possible 4 years ago
hwmon.c Fixed hardware management sysfs readings in status screen (typically ROCm controlled GPUs) 3 years ago
induct.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago
interface.c Merge pull request #2586 from llamasoft/patch-1 3 years ago
keyboard_layout.c Filehandling: Print a truncation warning in case an oversized line was detected 5 years ago
locking.c fix the comments :) 5 years ago
logfile.c Fix missing hc_unlockfile() 4 years ago
loopback.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago
main.c Merge pull request #2645 from n8x0b7T/master 3 years ago
memory.c Adjust hcmalloc to be the same as calloc 7 years ago
monitor.c Add CUDA device attributes to -I 5 years ago
mpsp.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago
outfile.c New Attack-Mode: Association Attack. Like JtR's single mode. Very early 4 years ago
outfile_check.c Fixed invalid handling of outfile folder entries for -m 22000 3 years ago
pidfile.c fix the comments :) 5 years ago
potfile.c Fixed race condition in potfile check during removal of empty hashes 3 years ago
restore.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago
rp.c Fix extra semicolon warnings 5 years ago
rp_cpu.c Add casts where needed in C++ mode 5 years ago
selftest.c New Attack-Mode: Association Attack. Like JtR's single mode. Very early 4 years ago
shared.c Kernel Development: Kernel cache is disabled automatically in casehashcat is compiled with DEBUG=1 3 years ago
slow_candidates.c Change out-of-boundary fix in order to re-enable password length 256 with rules in pure kernel mode 4 years ago
status.c Added command prompt [f]inish to instruct hashcat to finish the current attack and quit afterwards 3 years ago
stdout.c New Attack-Mode: Association Attack. Like JtR's single mode. Very early 4 years ago
straight.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago
terminal.c Added command prompt [f]inish to instruct hashcat to finish the current attack and quit afterwards 3 years 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 Fixed tuning database search if a device was not assigned an alias it couldn't be found in general 3 years ago
usage.c Merge pull request #2672 from matrix/example2info 3 years ago
user_options.c Fixes memleak in user_options_check_files() 3 years ago
wordlist.c Removed option --example-hashes, now is an alias of --hash-info 3 years ago