1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00
hashcat/src
2019-07-26 23:47:32 +02:00
..
modules Added hash-mode: BitShares v0.x - sha512(sha512(pass)) 2019-07-26 23:47:32 +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 (backend) remove unused *rc* vars and cleanup 2019-07-10 16:13:11 +02:00
benchmark.c fix some memory leaks 2019-07-10 17:27:45 +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 fix some memory leaks 2019-07-10 17:27:45 +02:00
combinator.c fix the comments :) 2019-07-01 17:27:08 +02:00
common.c switch cpu_crc32.c to event_log_* 2016-10-08 23:53:52 +02:00
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 fix the comments :) 2019-07-01 17:27:08 +02:00
debugfile.c update all HCFILE vars and related code 2019-07-02 21:30:35 +02:00
dictstat.c fix the comments :) 2019-07-01 17:27:08 +02:00
dispatch.c fix some memory leaks 2019-07-10 17:27:45 +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 No more compress functions, update example.dict.gz, remove some comments 2019-06-27 20:18:47 +02:00
folder.c Fix printing from NULL pointer address 2019-06-26 15:52:11 +02:00
hashcat.c (hashcat) remove unused *rc* vars and cleanup 2019-07-10 17:10:15 +02:00
hashes.c fix buffer overflow in build_plain() 2019-07-11 17:56:34 +02:00
hlfmt.c switch almost all FILE ops, potfile is the only missing 2019-06-26 19:06:46 +02:00
hwmon.c fix the comments :) 2019-07-01 17:27:08 +02:00
induct.c Rename some more variables 2019-05-01 15:52:56 +02:00
interface.c Changed Error message, OpenCL is not the only kernel type 2019-07-12 13:32:22 -05:00
keyboard_layout.c fix some memory leaks 2019-07-10 17:27:45 +02:00
locking.c fix the comments :) 2019-07-01 17:27:08 +02:00
logfile.c fix the comments :) 2019-07-01 17:27:08 +02:00
loopback.c update all HCFILE vars and related code 2019-07-02 21:30:35 +02:00
main.c fix some memory leaks 2019-07-10 17:27:45 +02:00
Makefile remove useless objs from OBJS_ZLIB 2019-06-30 19:28:42 +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 (mpsp) remove unused *rc* vars and cleanup 2019-07-10 17:21:20 +02:00
outfile_check.c fix the comments :) 2019-07-01 17:27:08 +02:00
outfile.c update all HCFILE vars and related code 2019-07-02 21:30:35 +02:00
pidfile.c fix the comments :) 2019-07-01 17:27:08 +02:00
potfile.c update all HCFILE vars and related code 2019-07-02 21:30:35 +02:00
restore.c fix some memory leaks 2019-07-10 17:27:45 +02:00
rp_cpu.c fixes #2026: rule engine hex interpretation problem 2019-05-17 14:05:26 +02:00
rp.c fix the comments :) 2019-07-01 17:27:08 +02:00
selftest.c Updated Kernel self-test failure message to reflect OpenCL or Cuda installation failure, depending on backend used 2019-07-12 13:38:12 -05:00
shared.c avoid logical negation operator 2019-07-02 15:52:17 +02:00
slow_candidates.c update all HCFILE vars and related code 2019-07-02 21:30:35 +02:00
status.c Added brain status (tx/rx) for all devices 2019-06-15 22:46:40 +00:00
stdout.c update all HCFILE vars and related code 2019-07-02 21:30:35 +02:00
straight.c fix the comments :) 2019-07-01 17:27:08 +02:00
terminal.c Added Remaining digest and salt count to Status output 2019-07-12 12:54:21 -05: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 fix the comments :) 2019-07-01 17:27:08 +02:00
usage.c Merge pull request #2075 from matrix/zlib_support_2 2019-07-10 10:56:06 +02:00
user_options.c Rename some more variables 2019-05-01 15:52:56 +02:00
wordlist.c No more compress functions, update example.dict.gz, remove some comments 2019-06-27 20:18:47 +02:00