1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00
hashcat/src
2019-06-22 16:00:48 +02:00
..
modules Fix some compiler warnings in -m 172xx 2019-06-21 09:56:50 +02:00
affinity.c fix some datatypes 2018-02-08 19:13:29 +01:00
autotune.c Improve kernel-loops detection for slow hashes 2019-05-13 17:25:33 +02:00
backend.c OpenCL Runtime: Do not run a shared- and constant-memory size check if their memory type is of type global memory (typically CPU) 2019-06-22 16:00:48 +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 remove redundant fclose 2019-06-21 21:35:24 +02:00
common.c
convert.c Merge pull request #2008 from vlohacks/master 2019-05-15 09:51:19 +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
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 Merge pull request #2061 from f0cker/brain_all 2019-06-18 10: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 Add support to configure hash-mode specific range of number of hashes supported 2019-05-19 14:46:05 +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 switch to /usr/bin/ar 2019-06-21 21:15:59 +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 Startup Checks: Improved the pidfile check: Do not just check for existing PID but also check executable filename 2019-06-03 15:43:56 +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 fixes #2026: rule engine hex interpretation problem 2019-05-17 14:05:26 +02: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 OpenCL Runtime: Workaround ROCm OpenCL driver problem trying to write temporary file into readonly folder by setting TMPDIR environment variable 2019-06-17 17:35:23 +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 Added brain status (tx/rx) for all devices 2019-06-15 22:46:40 +00: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 Added brain status (tx/rx) for all devices 2019-06-15 22:46:40 +00: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