1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00
hashcat/src
2019-05-11 14:22:44 +02:00
..
modules Flag OPTS_TYPE_PREFERED_THREAD no longer needed 2019-05-11 14:22:44 +02:00
affinity.c fix some datatypes 2018-02-08 19:13:29 +01:00
autotune.c Experimental kernel-thread autotuner 2019-05-11 11:58:18 +02:00
backend.c Experimental kernel-thread autotuner 2019-05-11 11:58:18 +02:00
benchmark.c Fix some unused variable warnings 2019-04-03 21:53:34 +02:00
bitmap.c Rename some more variables 2019-05-01 15:52:56 +02:00
bitops.c Remove add3() from bitops, replaced with the ones in inc_common.cl 2019-03-25 16:40:39 +01:00
brain.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 2019-03-31 17:39:00 +02:00
combinator.c Rename some more variables 2019-05-01 15:52:56 +02:00
common.c switch cpu_crc32.c to event_log_* 2016-10-08 23:53:52 +02:00
convert.c Use nvrtc to compile PTX (resulting PTX not yet used) 2019-04-26 13:28:44 +02:00
cpt.c Rename some more variables 2019-05-01 15:52:56 +02:00
cpu_crc32.c Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl 2019-03-21 23:00:38 +01:00
debugfile.c Rename some more variables 2019-05-01 15:52:56 +02:00
dictstat.c Rename some more variables 2019-05-01 15:52:56 +02:00
dispatch.c More CUDA rewrites 2019-05-05 11:57:54 +02:00
dynloader.c Refresh dynloader management 2019-01-14 10:11:23 +01:00
emu_general.c WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes 2019-04-02 11:24:22 +02:00
emu_inc_cipher_aes.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_cipher_camellia.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_cipher_des.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_cipher_kuznyechik.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_cipher_serpent.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_cipher_twofish.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_common.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_md4.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_md5.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_ripemd160.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_sha1.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_sha224.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_sha256.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_sha384.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_sha512.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_streebog256.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_streebog512.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_hash_whirlpool.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_platform.c Prepare native CUDA hybrid integration 2019-04-25 14:45:17 +02:00
emu_inc_rp_optimized.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_rp.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_scalar.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_simd.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_truecrypt_crc32.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_truecrypt_keyfile.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_truecrypt_xts.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_veracrypt_xts.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
event.c Increase buffer size for --example-hashes output 2019-04-08 17:36:26 +02:00
ext_ADL.c Refresh dynloader management 2019-01-14 10:11:23 +01:00
ext_cuda.c Prepare native CUDA hybrid integration 2019-04-25 14:45:17 +02:00
ext_lzma.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 2019-03-31 17:39:00 +02:00
ext_nvapi.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 2019-03-31 17:39:00 +02:00
ext_nvml.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 2019-03-31 17:39:00 +02:00
ext_nvrtc.c Use nvrtc to compile PTX (resulting PTX not yet used) 2019-04-26 13:28:44 +02:00
ext_OpenCL.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 2019-03-31 17:39:00 +02:00
ext_sysfs.c Add missing files 2016-11-05 23:34:17 +01:00
filehandling.c fix some datatypes 2018-02-08 19:13:29 +01:00
folder.c Correct buffer size parameter in snprintf calls 2018-12-07 10:37:56 +01:00
hashcat.c Rename some more variables 2019-05-01 15:52:56 +02:00
hashes.c More CUDA rewrites 2019-05-05 11:57:54 +02:00
hlfmt.c Fix pwdump column names 2018-12-19 11:15:18 +01:00
hwmon.c Rename some more variables 2019-05-01 15:52:56 +02:00
induct.c Rename some more variables 2019-05-01 15:52:56 +02:00
interface.c Prepare native CUDA hybrid integration 2019-04-25 14:45:17 +02:00
keyboard_layout.c Fix function declaration for execute_keyboard_layout_mapping() 2019-02-07 17:15:45 +01:00
locking.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 2019-03-31 17:39:00 +02:00
logfile.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 2019-03-31 17:39:00 +02:00
loopback.c Rename some more variables 2019-05-01 15:52:56 +02:00
main.c Show host memory requirement on startup 2019-05-10 16:37:49 +02:00
Makefile Merge pull request #2014 from hashcat/master 2019-05-07 21:48:47 +02:00
memory.c Adjust hcmalloc to be the same as calloc 2017-10-02 12:20:16 -07:00
monitor.c Add CUDA device attributes to -I 2019-04-30 13:38:44 +02:00
mpsp.c Rename some more variables 2019-05-01 15:52:56 +02:00
outfile_check.c Rename some more variables 2019-05-01 15:52:56 +02:00
outfile.c Prepare native CUDA hybrid integration 2019-04-25 14:45:17 +02:00
pidfile.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 2019-03-31 17:39:00 +02:00
potfile.c Rename some more variables 2019-05-01 15:52:56 +02:00
restore.c Rename some more variables 2019-05-01 15:52:56 +02:00
rp_cpu.c Fixed output password of 'e' rule in pure and cpu rule engine if separator character is also the first letter 2019-03-28 13:07:39 +01:00
rp.c Fix broken hex notation 2018-07-26 11:41:56 +02:00
selftest.c Warnings self-check and autotune with CUDA 2019-05-04 21:52:00 +02:00
shared.c Kernel Cache: Reactivate OpenCL runtime specific kernel caches 2019-04-13 14:47:41 +02:00
slow_candidates.c Get rid of src/rp_kernel_on_cpu.c and src/rp_kernel_on_cpu_optimized.c and use OpenCL emulated kernel version 2019-03-25 12:24:04 +01:00
status.c Add CUDA device attributes to -I 2019-04-30 13:38:44 +02:00
stdout.c Prepare native CUDA hybrid integration 2019-04-25 14:45:17 +02:00
straight.c Rename some more variables 2019-05-01 15:52:56 +02:00
terminal.c Rename some more variables 2019-05-01 15:52:56 +02:00
thread.c Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes 2019-03-31 17:39:00 +02:00
timer.c Fix clock_gettime() on OSX (v2) 2018-01-11 02:41:16 +01:00
tuningdb.c Rename some more variables 2019-05-01 15:52:56 +02:00
usage.c More CUDA implementation 2019-05-05 21:15:46 +02:00
user_options.c Rename some more variables 2019-05-01 15:52:56 +02:00
wordlist.c Rename some more variables 2019-05-01 15:52:56 +02:00