1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 18:08:20 +00:00
hashcat/src
2019-11-27 10:28:12 +01:00
..
modules Fix -m 21600 DGST_SIZE 2019-11-27 09:07:47 +01:00
affinity.c
autotune.c Change 0/1 to true/false 2019-09-11 18:36:52 -07:00
backend.c - OpenCL Runtime: Reenabled support for Intel GPU OpenCL runtime 2019-11-27 10:28:12 +01: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
brain.c Add casts where needed in C++ mode 2019-09-11 18:05:01 -07:00
combinator.c fix the comments :) 2019-07-01 17:27:08 +02:00
common.c
convert.c Add tokenizer support for TOKEN_ATTR_VERIFY_FLOAT 2019-10-02 14:18:26 +02:00
cpt.c
cpu_crc32.c Fix extra semicolon warnings 2019-11-09 16:42:50 -08: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 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
emu_general.c
emu_inc_cipher_aes.c
emu_inc_cipher_camellia.c
emu_inc_cipher_des.c
emu_inc_cipher_kuznyechik.c
emu_inc_cipher_serpent.c
emu_inc_cipher_twofish.c
emu_inc_common.c
emu_inc_hash_md4.c
emu_inc_hash_md5.c
emu_inc_hash_ripemd160.c
emu_inc_hash_sha1.c
emu_inc_hash_sha224.c
emu_inc_hash_sha256.c
emu_inc_hash_sha384.c
emu_inc_hash_sha512.c
emu_inc_hash_streebog256.c
emu_inc_hash_streebog512.c
emu_inc_hash_whirlpool.c
emu_inc_platform.c
emu_inc_rp_optimized.c
emu_inc_rp.c Remove more old GCC diagnostic options 2019-03-31 19:41:28 +02:00
emu_inc_scalar.c
emu_inc_simd.c
emu_inc_truecrypt_crc32.c
emu_inc_truecrypt_keyfile.c
emu_inc_truecrypt_xts.c
emu_inc_veracrypt_xts.c
event.c
ext_ADL.c
ext_cuda.c
ext_lzma.c
ext_nvapi.c
ext_nvml.c
ext_nvrtc.c
ext_OpenCL.c
ext_secp256k1.c re-enable USE_SYSTEM_LIBSECP256K1 = 1 2019-11-17 13:11:19 +01:00
ext_sysfs.c
filehandling.c Add casts where needed in C++ mode 2019-09-11 18:05:01 -07: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 Initialize some variable to make scan-build happy 2019-11-26 10:55:57 +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
interface.c Show information about minimum and maximum password- and salt-length before the hash parser starts 2019-11-21 09:03:06 +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 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 missing --quiet check in password/salt min/max info on startup 2019-11-22 19:10:56 +01:00
Makefile Get rid of cast-function-type warnings on newer GCC 2019-11-27 09:40:47 +01:00
memory.c
monitor.c
mpsp.c Fix calculation of mask length for status view in case hex-charset is used 2019-10-09 19:18:18 +02:00
outfile_check.c Add casts where needed in C++ mode 2019-09-11 18:05:01 -07: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 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 Initialize some variable to make scan-build happy 2019-11-26 10:55:57 +01:00
shared.c Few changes to -m 21600 and move -m 124 and -m 10000 to pure Framework category 2019-11-26 17:16:18 +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 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 formatting: remove extra whitespace in terminal.c 2019-11-21 10:47:07 +01:00
thread.c
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 Prepare new --hook-threads feature 2019-11-02 10:29:34 +01:00
user_options.c Prepare new --hook-threads feature 2019-11-02 10:29:34 +01:00
wordlist.c Add support for OPTS_TYPE_PT_HEX 2019-10-09 10:49:58 +02:00