1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00
hashcat/src
2019-08-07 14:20:32 +02:00
..
modules Workaround too much register use in -m 14600 on low-end GPU 2019-08-05 15:23:00 +02:00
affinity.c
autotune.c Run through clang-tidy's readability-uppercase-literal-suffix 2019-08-03 19:59:17 -07:00
backend.c Do alias check only in case both CUDA and OpenCL devices were detected 2019-08-06 12:44:39 +02:00
benchmark.c Run through Clang's readability-else-after-return 2019-08-03 22:37:38 -07:00
bitmap.c Run through clang-tidy's readability-uppercase-literal-suffix 2019-08-03 19:59:17 -07: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 Run through Clang's readability-else-after-return 2019-08-03 22:37:38 -07:00
combinator.c fix the comments :) 2019-07-01 17:27:08 +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 Run through clang-tidy's readability-uppercase-literal-suffix 2019-08-03 19:59:17 -07: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 Run through Clang's google-readability-casting 2019-08-03 22:37:38 -07:00
dynloader.c
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
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 Filehandling: Print a truncation warning in case an oversized line was detected 2019-08-06 12:22:24 +02:00
folder.c Fix printing from NULL pointer address 2019-06-26 15:52:11 +02:00
hashcat.c Fixed race condition in maskfile mode by using a dedicated flag for restore execution 2019-08-06 14:07:43 +02:00
hashes.c Filehandling: Print a truncation warning in case an oversized line was detected 2019-08-06 12:22:24 +02:00
hlfmt.c Filehandling: Print a truncation warning in case an oversized line was detected 2019-08-06 12:22:24 +02:00
hwmon.c Run through clang-tidy's readability-uppercase-literal-suffix 2019-08-03 19:59:17 -07:00
induct.c Rename some more variables 2019-05-01 15:52:56 +02:00
interface.c Run through Clang's bugprone-macro-parentheses 2019-08-03 22:37:38 -07:00
keyboard_layout.c Filehandling: Print a truncation warning in case an oversized line was detected 2019-08-06 12:22:24 +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 Run through clang-tidy's readability-uppercase-literal-suffix 2019-08-03 19:59:17 -07:00
Makefile update repo and re-apply zip patch 2019-07-29 18:42:50 +02:00
memory.c
monitor.c Add CUDA device attributes to -I 2019-04-30 13:38:44 +02:00
mpsp.c Fixed some memory leaks in case mask-files are used in optimized mode 2019-08-07 14:20:32 +02:00
outfile_check.c Filehandling: Print a truncation warning in case an oversized line was detected 2019-08-06 12:22:24 +02:00
outfile.c Fix invalid password truncation in -a 1 mode 2019-07-29 16:11:50 +02:00
pidfile.c fix the comments :) 2019-07-01 17:27:08 +02:00
potfile.c Filehandling: Print a truncation warning in case an oversized line was detected 2019-08-06 12:22:24 +02:00
restore.c Fixed race condition in maskfile mode by using a dedicated flag for restore execution 2019-08-06 14:07:43 +02:00
rp_cpu.c fixes #2026: rule engine hex interpretation problem 2019-05-17 14:05:26 +02:00
rp.c Filehandling: Print a truncation warning in case an oversized line was detected 2019-08-06 12:22:24 +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 Run through Clang's performance-type-promotion-in-math-fn 2019-08-03 22:37:38 -07:00
slow_candidates.c Filehandling: Print a truncation warning in case an oversized line was detected 2019-08-06 12:22:24 +02:00
status.c Run through Clang's readability-else-after-return 2019-08-03 22:37:38 -07:00
stdout.c update all HCFILE vars and related code 2019-07-02 21:30:35 +02:00
straight.c (straight) remove unused *rc* vars and cleanup 2019-07-13 07:16:03 +02:00
terminal.c Fix some code formatting 2019-08-06 11:26: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
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 Run through Clang's readability-else-after-return 2019-08-03 22:37:38 -07:00
wordlist.c No more compress functions, update example.dict.gz, remove some comments 2019-06-27 20:18:47 +02:00