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
jsteube 067ffa9d64
Add more tracker for amplifier and iterations to status screen
6 years ago
..
Makefile Go back into development mode 6 years ago
affinity.c fix some datatypes 6 years ago
autotune.c OpenCL Kernels: Use three separate comparison kernels (depending on keyver) for WPA instead of one 6 years ago
benchmark.c fix some datatypes 6 years ago
bitmap.c fix some datatypes 6 years ago
bitops.c Fix __add3 bitops in host code 6 years ago
combinator.c Fixed a race condition in combinator- and hybrid-mode where the same scratch buffer was used by multiple threads 6 years ago
common.c switch cpu_crc32.c to event_log_* 8 years ago
convert.c All remaining parser functions have been rewritten to make use of input_tokenizer(): 6 years ago
cpt.c remove special time handling in hashcat. 6 years ago
cpu_aes.c Introduce hashes_t; not finishe yet 8 years ago
cpu_crc32.c Fix some old GCC compiler warnings 7 years ago
cpu_des.c Add const to a few parameters. 7 years ago
cpu_md4.c Add const to a few parameters. 7 years ago
cpu_md5.c Fixed a buffer overflow in precompute_salt_md5() in case salt was longer than 64 characters 6 years ago
cpu_sha1.c Add const to a few parameters. 7 years ago
cpu_sha256.c Add const to a few parameters. 7 years ago
debugfile.c Added option --example-hashes to show an example hash for each hash-mode 7 years ago
dictstat.c Fix final comparison in sort_by_dictstat() 6 years ago
dispatch.c Fixed a missing check for errors on OpenCL device leading to invalid removal of restore file 6 years ago
dynloader.c Replaced dynloader macros with real functions 8 years ago
event.c fix some datatypes 6 years ago
ext_ADL.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago
ext_OpenCL.c Fix some formating from merged PR 7 years ago
ext_lzma.c fix some datatypes 6 years ago
ext_nvapi.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
ext_nvml.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
ext_sysfs.c Add missing files 8 years ago
filehandling.c fix some datatypes 6 years ago
folder.c Eventual fix for unicode folder name issue on windows 7 years ago
hashcat.c Add more tracker for amplifier and iterations to status screen 6 years ago
hashes.c Added hash-mode 16800 = WPA-PMKID-PBKDF2 6 years ago
hlfmt.c fix some datatypes 6 years ago
hwmon.c Removed option --gpu-temp-retain that tried to retain GPU temperature at X degrees celsius, please use driver specific tools 7 years ago
induct.c fix some datatypes 6 years ago
interface.c Fixed the ciphertext max length in Ansible Vault parser 6 years ago
locking.c file locking: for windows we need to just return 0 (otherwise compiler complains) 7 years ago
logfile.c logfile: Use struct directly instead of casting. 7 years ago
loopback.c remove special time handling in hashcat. 6 years ago
main.c Fix some typo 6 years ago
memory.c Adjust hcmalloc to be the same as calloc 7 years ago
monitor.c fix some datatypes 6 years ago
mpsp.c fix some datatypes 6 years ago
opencl.c Allow use of hash-mode 7900, 10700 and 13731 on AMD devices after workaround 6 years ago
outfile.c fix some datatypes 6 years ago
outfile_check.c fix some datatypes 6 years ago
pidfile.c Fix some old GCC compiler warnings 7 years ago
potfile.c Added hash-mode 16800 = WPA-PMKID-PBKDF2 6 years ago
restore.c Added option --example-hashes to show an example hash for each hash-mode 7 years ago
rp.c Fix broken hex notation 6 years ago
rp_cpu.c Remove some suppressed warnings 6 years ago
rp_kernel_on_cpu.c fix some datatypes 6 years ago
rp_kernel_on_cpu_optimized.c Backport current state of optimized kernel rule engine to CPU 7 years ago
selftest.c Fixed a missing check for hashmodes using OPTS_TYPE_PT_UPPER causing the self-test to fail when using combinator- and hybrid-mode 6 years ago
shared.c Remove some suppressed warnings 6 years ago
status.c Add more tracker for amplifier and iterations to status screen 6 years ago
stdout.c fixes #1654: missing mask in output of --stdout -a 7 6 years ago
straight.c General file handling: Abort if a byte order mark (BOM) was detected in a wordlist, hashlist, maskfile or rulefile 6 years ago
terminal.c Add more tracker for amplifier and iterations to status screen 6 years ago
thread.c remove hc_sleep and _msec. 7 years ago
timer.c Fix clock_gettime() on OSX (v2) 6 years ago
tuningdb.c fix some datatypes 6 years ago
usage.c Added hash-mode 16900 = Ansible Vault 6 years ago
user_options.c General file handling: Abort if a byte order mark (BOM) was detected in a wordlist, hashlist, maskfile or rulefile 6 years ago
wordlist.c fix some datatypes 6 years ago