Commit Graph

6866 Commits (v6.0.0)
 

Author SHA1 Message Date
Jens Steube f8f5e1cc93 Remove unused OPTS_TYPE_PREFERED_THREAD
4 years ago
Jens Steube a4db1a0abd Remove unused OPTS_TYPE_ST_HASH_MD5
4 years ago
Jens Steube 9f9ed78ca7 Fix -m 7800 and -m 7801 on CPU
4 years ago
Jens Steube 8a2a821c03 Allow unroll code in -m 18200 on NV GPU
4 years ago
Jens Steube b6feddd81f Unroll some of the code in the candidate generators
4 years ago
Jens Steube e077b5ded4 Merge branch 'master' of https://github.com/hashcat/hashcat
4 years ago
Jens Steube aaef45196f
Merge pull request #2315 from xambroz/patch-1
4 years ago
Jens Steube e5889c21fb Fix invalid call to check_header_1536() in -m 13722
4 years ago
Jens Steube 61fe90bacb Use oldschool SHA1 kernel for CPU it's slightly faster
4 years ago
Jens Steube ef47811c9d Rename 23911 to 10901 and populate salt->salt_buf[]
4 years ago
Jens Steube a18ba9fde6
Merge pull request #2320 from thesubtlety/389-ds
4 years ago
Jens Steube b4bac70bd6 Remove inline keyword in DECLSPEC for CPU
4 years ago
thesubtlety 4fafca4747 Add new module for 389-ds
4 years ago
Jens Steube e53bff0fb0 Reenable bitselect() and rotate() on Intel SDK
4 years ago
Jens Steube c258aa4111 Reenable SIMD mode for -m 13600
4 years ago
Jens Steube b627536c45 Fixed missing OPTS_TYPE_COPY_TMPS in -m 1374x and -m 1376x
4 years ago
Jens Steube 717f3e7825 Unroll BLAKE2B_ROUND in -m 600
4 years ago
Jens Steube f1d4260983 Fix missing hc_unlockfile()
4 years ago
Jens Steube 1da40bf5d8 Fix double close() in hc_fclose()
4 years ago
Jens Steube f381e1bbf8 Remove force_recompile functionality, doesn't work with cubin anymore
4 years ago
xambroz 6b253c15c6
Fix debugedit - canonicalization unexpectedly shrank by one character
4 years ago
Jens Steube ed893e86fb Move esalt buffer in -m 7300 to shared memory to slightly improve performance
4 years ago
Jens Steube 4c2ef5993a Set -m 7000 to OPTS_TYPE_PT_GENERATE_BE mode to slightly improve performance
4 years ago
Jens Steube fdde629d42 Backport -m 8700 optimization to -m 8600
4 years ago
Jens Steube 48fd7d039f Optimize access to s_lotus_magic_table[] in -m 8700
4 years ago
Jens Steube caa34924bf More optimizations in -m 15300 and -m 15900
4 years ago
Jens Steube 09b8a30da2 Small optimizations in -m 15300 and -m 15900
4 years ago
Jens Steube 669619c1a7 Fixed out-of-boundary write to decrypted[] in DPAPI masterkey file v1 kernel
4 years ago
Jens Steube f96e35649d Change bitsliced kernels from 3d to 2d invocation mode for slightly better performance
4 years ago
Jens Steube 6b8f0da8e9 Fix VECT_SIZE > 1 in OpenCL/m14100_a3-pure.cl
4 years ago
Jens Steube cd20e43667 Precompute some steps in 3des to improve cracking performance
4 years ago
Jens Steube 398e06878d Fix streebog512_g() in vector datatype mode
4 years ago
Jens Steube ee4168d8fc Fix missing s_sbob_sl64[] initialization in -m 1377x kernels
4 years ago
Jens Steube 5512deef2e Remove old code in m13721_loop()
4 years ago
Jens Steube 3ce3ecedd9 Reenable VeraCrypt on ROCM
4 years ago
Jens Steube d9473358ef Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt
4 years ago
Jens Steube b1bb47c1ae Precompute some constants to improve performance of -m 780x SAP kernels
4 years ago
Jens Steube 1449e239c2 Optimize some -m 780x code in kernels
4 years ago
Jens Steube 189bbb2661 Fixed buffer overflow in mp_add_cs_buf() function
4 years ago
Jens Steube 9957422191 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.
4 years ago
Jens Steube c4daa0c260
Merge pull request #2310 from philsmd/patch-4
4 years ago
philsmd 2c74a54b72
update number of supported hash types in README
4 years ago
Jens Steube cd3ca53203 Update ROCM to use _unroll for mode -m 621x
4 years ago
Jens Steube f946e321a9 Update unroll and unstable configuration for NVIDIA CUDA/OpenCL runtime after unroll whitelisting change
4 years ago
Jens Steube 193aa77cdf Update unroll and unstable configuration for ROCM OpenCL runtime after unroll whitelisting change
4 years ago
Jens Steube 87b151836d Update unroll and unstable configuration for AMD-GPU-PRO OpenCL runtime after unroll whitelisting change
4 years ago
Jens Steube cc3cb66f12 Update unroll and unstable configuration for Intel OpenCL runtime after unroll whitelisting change
4 years ago
Jens Steube 9980389f34 Update unroll and unstable configuration for Apple OpenCL runtime after unroll whitelisting change
4 years ago
Jens Steube c90d83c3eb Prepare for UNROLL whitelisting
4 years ago
Jens Steube 809c1c5e1e Add missing algorithm to tools/benchmark_deep.pl
4 years ago