1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 07:08:19 +00:00
hashcat/src
2020-04-01 15:10:52 +02:00
..
modules Disable some modules on AMDGPU-Pro driver 2020-04-01 15:10:52 +02:00
affinity.c fix some datatypes 2018-02-08 19:13:29 +01:00
autotune.c Change 0/1 to true/false 2019-09-11 18:36:52 -07:00
backend.c OpenCL Runtime: Added a warning if OpenCL runtime NEO, Beignet, POCL or MESA is detected and skip associated devices (override with --force) 2020-04-01 10:16:49 +02:00
benchmark.c Replace mode 2500 with 22000 as default WPA benchmark mode 2020-01-19 19:24:11 +01: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 fixes #2271: added --brain-server-timer for scheduled backup time 2020-01-11 10:46:11 +01: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 Add tokenizer support for TOKEN_ATTR_VERIFY_FLOAT 2019-10-02 14:18:26 +02:00
cpt.c Rename some more variables 2019-05-01 15:52:56 +02:00
cpu_crc32.c Fix extra semicolon warnings 2019-11-09 16:42:50 -08:00
debugfile.c Fix missing hc_unlockfile() 2020-02-29 10:40:47 +01:00
dictstat.c Dictstat: On Windows, the st_ino attribute in the stat struct is not set which can lead to invalid cache hits. Added the filename to the database entry. 2020-03-10 15:42:55 +01:00
dispatch.c Fixed invalid use of --hex-wordlist if encoded wordlist string is larger than length 256 2019-10-08 12:33:11 +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_ecc_secp256k1.c electrum 4/5: improve speed (rm hook) 2019-12-05 10:43:42 +01: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 double close() in hc_fclose() 2020-02-29 10:39:28 +01:00
folder.c Merge pull request #2189 from neheb/fgfggdf 2019-11-05 12:29:02 +01:00
hashcat.c Show information about minimum and maximum password- and salt-length before the hash parser starts 2019-11-21 09:03:06 +01:00
hashes.c Fix missing hc_unlockfile() 2020-02-29 10:40:47 +01: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 Fix extra semicolon warnings 2019-11-09 16:42:50 -08:00
induct.c Rename some more variables 2019-05-01 15:52:56 +02:00
interface.c Add -m 11600 optimized kernel 2020-01-26 18:38:47 +01: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 missing hc_unlockfile() 2020-02-29 10:40:47 +01:00
loopback.c Fix missing hc_unlockfile() 2020-02-29 10:40:47 +01:00
main.c fixes #2271: added --brain-server-timer for scheduled backup time 2020-01-11 10:46:11 +01:00
Makefile Fix debugedit - canonicalization unexpectedly shrank by one character 2020-02-24 03:17:48 +01: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 Fixed buffer overflow in mp_add_cs_buf() function 2020-02-19 18:50:50 +01:00
outfile_check.c Add casts where needed in C++ mode 2019-09-11 18:05:01 -07:00
outfile.c Fix missing hc_unlockfile() 2020-02-29 10:40:47 +01:00
pidfile.c fix the comments :) 2019-07-01 17:27:08 +02:00
potfile.c Keep output of --show and --left in the original ordering of the input hash file 2019-11-05 13:49:22 +01: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 Add casts where needed in C++ mode 2019-09-11 18:05:01 -07:00
rp.c Fix extra semicolon warnings 2019-11-09 16:42:50 -08:00
selftest.c Change bitsliced kernels from 3d to 2d invocation mode for slightly better performance 2020-02-22 07:59:58 +01:00
shared.c Add tokenizer option TOKEN_ATTR_SEPARATOR_FARTHEST as an option to deal with hash formats where separator character could be part of the salt data itself and at the same time does not allow escape character logic to be applied. This can only work if it is guaranteed by the design of the hash format that the separator character does not occur after the position of the separator character. 2020-02-19 10:35:44 +01:00
slow_candidates.c Change out-of-boundary fix in order to re-enable password length 256 with rules in pure kernel mode 2019-11-26 11:26:56 +01:00
status.c Fix calculation of mask length for status view in case hex-charset is used 2019-10-09 19:18:18 +02:00
stdout.c Fix missing hc_unlockfile() 2020-02-29 10:40:47 +01:00
straight.c (straight) remove unused *rc* vars and cleanup 2019-07-13 07:16:03 +02:00
terminal.c formatting: remove extra whitespace in terminal.c 2019-11-21 10:47:07 +01: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 Remove inline from functions 2019-09-09 16:46:58 -07:00
tuningdb.c Add casts where needed in C++ mode 2019-09-11 18:05:01 -07:00
usage.c OpenCL Options: Set --spin-damp to 0 (disabled) by default. With the CUDA backend this workaround became deprecated 2020-03-12 10:51:10 +01:00
user_options.c Make VeraCrypt PIM configuration mechanism easier to read 2020-02-08 12:24:47 +01:00
wordlist.c Fixed missing to copy the dictfile to dictfile_padded buffer 2020-03-10 15:49:02 +01:00