1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-13 11:29:00 +00:00
hashcat/src
Jens Steube f88644f8c1 Merge pull request #982 from philsmd/pr/combinator_max_pw
fixes #980: combinator attack needs special formula for max pass length
2017-01-21 18:28:44 +01:00
..
affinity.c Fix some formats and conversion errors 2016-11-30 15:14:42 -08:00
autotune.c
benchmark.c
bitmap.c
bitops.c Simply do not use __builtin_bswap16() this causes all kinds of problems, use our own implementation 2017-01-21 18:23:11 +01:00
combinator.c Remove strerror in favor of thread safe %m 2016-12-02 21:26:10 -08:00
common.c
convert.c Switch hex_to_u32() to LE 2016-12-26 15:09:56 +01:00
cpt.c
cpu_aes.c
cpu_crc32.c Remove strerror in favor of thread safe %m 2016-12-02 21:26:10 -08:00
cpu_des.c
cpu_md4.c
cpu_md5.c
cpu_sha1.c
cpu_sha256.c
debugfile.c New option --progress-only: Quickly provides ideal progress step size and time to process it per device based on the user hashes and selected options, then quit 2016-12-09 23:44:43 +01:00
dictstat.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
dispatch.c Remove strerror in favor of thread safe %m 2016-12-02 21:26:10 -08:00
dynloader.c
event.c Fix %m with MinGW 2016-12-03 17:38:27 -08:00
ext_ADL.c
ext_nvapi.c
ext_nvml.c
ext_OpenCL.c
ext_sysfs.c
ext_xnvctrl.c
filehandling.c Fixed parsing of hashes in case the last line did not include a linefeed character 2017-01-05 21:58:24 +01:00
folder.c If the user specifies a folder to scan for wordlists instead of directly a wordlist, then ignore the hidden files 2017-01-05 16:21:57 +01:00
hashcat.c Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress 2017-01-06 08:45:40 +01:00
hashes.c Added hash-mode 14600 = LUKS 2017-01-21 15:37:44 +01:00
hlfmt.c
hwmon.c Switched matching ADL device with OpenCL device by using PCI bus, device and function 2016-12-28 10:51:39 +01:00
induct.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
interface.c Simply do not use __builtin_bswap16() this causes all kinds of problems, use our own implementation 2017-01-21 18:23:11 +01:00
locking.c
logfile.c log topid/subid should use u32 everywhere (we do not need signed integers here) 2017-01-21 15:59:15 +01:00
loopback.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
main.c Final machine output status missing depending timer 2017-01-12 09:01:21 +01:00
Makefile Set PRODUCTION back to zero while in development phase 2017-01-19 11:54:37 +01:00
memory.c
monitor.c Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress 2017-01-06 08:45:40 +01:00
mpsp.c Fixes https://github.com/hashcat/hashcat/issues/932 2016-12-28 22:11:35 +01:00
opencl.c Added hash-mode 14600 = LUKS 2017-01-21 15:37:44 +01:00
outfile_check.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
outfile.c fixes #980: combinator attack needs special formula for max pass length 2017-01-21 16:59:07 +01:00
potfile.c Added hash-mode 14600 = LUKS 2017-01-21 15:37:44 +01:00
restore.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
rp_cpu.c
rp_kernel_on_cpu.c
rp.c Remove unused variable in rp.c 2017-01-06 07:55:35 +01:00
shared.c Use vasprintf not asprintf 2016-12-24 00:57:38 +01:00
status.c Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress 2017-01-06 08:45:40 +01:00
stdout.c Remove strerror in favor of thread safe %m 2016-12-02 21:26:10 -08:00
straight.c Remove strerror in favor of thread safe %m 2016-12-02 21:26:10 -08:00
terminal.c Fixed display screen to show input queue when using custom charset or rules 2016-12-31 13:37:26 +01:00
thread.c Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress 2017-01-06 08:45:40 +01:00
timer.c
tuningdb.c Add wrapping function for asprintf() 2016-12-24 00:40:40 +01:00
usage.c Added hash-mode 14600 = LUKS 2017-01-21 15:37:44 +01:00
user_options.c Sanity: Added sanity check to disallow --loopback in combination with --runtime 2017-01-05 22:46:34 +01:00
weak_hash.c
win_file_globbing.mk
wordlist.c Replace some snprintf calls with asprintf. 2016-12-19 16:46:30 -08:00