Commit Graph

2019 Commits (193b4a38c7bbb58da5e1223fab2311a0eddb1e17)

Author SHA1 Message Date
Jens Steube 193b4a38c7 Replace arrays in inc_hash_whirlpool.cl with scalar variables
5 years ago
Jens Steube 1de08570b3 Unroll whirlpool transform and get rid of shared memory access to s_RC[]
5 years ago
Jens Steube 7aed6fdb54 mini optimization for -m 740x optimized kernel
5 years ago
Jens Steube f5527bb937 Fix mangle_dupeword_times() in OpenCL/inc_rp.cl
5 years ago
Jens Steube a74cbe3461 Fixed out-of-boundary read in pure kernel rule engine rule 'p' if parameter is set to 2 or higher
5 years ago
Jens Steube 9607b8c734 Fix -m 7400 optimized kernel for passwords length > 12 if salt length > 16
5 years ago
Jens Steube d76965348d Small optimization for sha256crypt and add support for salt length up to 20
5 years ago
philsmd b51273fb0b
Fixes #1538: Added -m 22500 = MultiBit Classic .key (MD5)
5 years ago
Jens Steube dbfd8d949e Small code optimization -m 6500
5 years ago
Jens Steube 59677cd4b8 Small optimization in -m 16600
5 years ago
Jens Steube 050f6b0e30 Remove some useless code in -m 12400
5 years ago
Jens Steube 95f3230bcf Small speedup for -m 12500 (RAR3-hp) in optimized mode
5 years ago
Jens Steube 6c96a5d9f7 Small speedup for -m 7900 (Drupal)
5 years ago
Jens Steube d325158e65 Fix functions used in m12500-pure.cl
5 years ago
Jens Steube 045348ac73 Merge branch 'master' of https://github.com/hashcat/hashcat
5 years ago
Jens Steube 02466bf404 Add pure kernel for rar3-hp to support passwords with more than 20 characters
5 years ago
Jens Steube 525f8af200 Add v8x_from_v64_x to inc_common.cl
5 years ago
Jens Steube 633327d8b7 Rewrite Whirlpool hash with 64 bit instructions
5 years ago
Jens Steube 146ca73ff9 Workaround NVIDIA cubin error 'misaligned address' in -m 6100
5 years ago
Jens Steube fb7bb04587 Do not use dynamic shared memory if dynamic_local_mem_size is a multiple of local_mem_size
5 years ago
Jens Steube aef53f7e10 OpenCL Runtime: Allow the kernel to access post-48k shared memory region on CUDA. Requires both module and kernel preparation
5 years ago
Jens Steube 1fc37c25f9 OpenCL Kernels: Moved "gpu_decompress", "gpu_memset" and "gpu_atinit" into new OpenCL/shared.cl in order to reduce compile time
5 years ago
Jens Steube 7d9461f8b9 Add -m 11600 optimized kernel
5 years ago
Jens Steube 3561e7b8d7 Add special ROCM detection in OpenCL/inc_vendor.h
5 years ago
Jens Steube 3a5544a554 Help some compiler with 64 bit constants
5 years ago
Jens Steube cf4cee2f2f Update selection of API to make use of bitselect and rotate
5 years ago
Jens Steube 4b16631710 Do REAL_SHM check in -m 9100
5 years ago
Jens Steube c58a889aa6 Small performance boost in -m 22400
5 years ago
philsmd 4887cc47b8
Fixes #2267: added support for -m 22400 = AES Crypt (SHA256)
5 years ago
Jens Steube da7a13afcb Fix some formating
5 years ago
Jens Steube ce9b9ef015 Fix compiler warnings in -m 18700 pure mode
5 years ago
philsmd 3353a6fb5d
Added -m 22300 = sha256($salt.$pass.$salt)
5 years ago
Jens Steube 53105abeb4 Added hash-mode: Citrix NetScaler (SHA512)
5 years ago
Jens Steube 9824e6e91b Update unstable warnings for Intel GPU on macOSX 10.15
5 years ago
Jens Steube cef13008dc Fix some bugs in -m 10800, -m 15400 and -m 18700 in --backend-vector-width mode > 1
5 years ago
Jens Steube 89f9ef45b6 Whitelist some OpenCL specific functions
5 years ago
Jens Steube 0378a01422 Fix more rocm compiler warning
5 years ago
Jens Steube cc2bd2b554 Fix rocm compiler warning
5 years ago
Jens Steube 74c1bf8195 Decrypt another 16 byte in -m 12700 and -m 15200 to reduce false positives
5 years ago
philsmd 2b9715944f
fixes #2123: -m 10700 pure kernel false negative fixed
5 years ago
Jens Steube c201d15ab8 Fix JiT compiler warning on intel for -m 22100
5 years ago
Jens Steube 09c0cfcc04 Set -u for -m 22100 to 4k with the idea to force -n value to go down to 1
5 years ago
Jens Steube 1cbd02b1b5 Fix s_wb_ke_pc initialization in -m 22100 kernel
5 years ago
Jens Steube 931e29d333 Another Bitlocker boost, reduce shared mem consumption to give some of them to the compiler for more efficient calculating of memory pointer addresses
5 years ago
Jens Steube 349b3c4673 Fix Bitlocker in OpenCL mode on NV
5 years ago
Jens Steube 311d363054 Store precomputed KE for -m 22100 in shared memory and lock the loops per kernel invocation to a fixed value
5 years ago
Jens Steube db5decb750 Fix vector datatype in -m 22100
5 years ago
Jens Steube e31e7690ed Add BitCracker optimization to precompute KE of second sha256_transform since input data is static
5 years ago
Jens Steube c9c09418b4 Small Bitlocker speed boost
5 years ago
philsmd 1c1ed72c65
fixes #1117: added -m 22100 = BitLocker
5 years ago