Commit Graph

2545 Commits (124e1fd40ac766b7f095e93834dc3d8295984369)

Author SHA1 Message Date
Jens Steube 124e1fd40a
Merge pull request #3341 from philsmd/mul_mod128
2 years ago
Konrad Goławski ddb2d6e61a New LUKS v1 modules
2 years ago
philsmd 9cfb2abc97 rename function mul_mod to mul_mod128 for BigNum lib
2 years ago
piwvvo 6d941307ce added md5(sha1($pass).$salt)
2 years ago
Jens Steube c53c28ed3a
Merge pull request #3302 from ventaquil/veracrypt-strings
2 years ago
Jens Steube 629c5e3169
Merge branch 'master' into hashcat_p2pkh
2 years ago
philsmd 754038ad16
fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking
2 years ago
philsmd 4870a4b247
fixes vector bug in -m 27800 = MurmurHash 3 with -a 3
2 years ago
Jens Steube 15a0ad5903
Merge pull request #3314 from philsmd/29000_no_vector
2 years ago
philsmd 469d2d1f0e
use sha1_update_utf16beN () also in -m 29000
2 years ago
philsmd 7c1fdfa84d
GID_CNT wasn't checked in some kernel functions
2 years ago
Konrad Goławski fa78439181 VeraCrypt modules changes
2 years ago
Jens Steube f4e1bdf675
Merge pull request #3293 from ventaquil/truecrypt-strings
2 years ago
Jens Steube f930577382
Merge pull request #3309 from philsmd/radmin3_fix_private_local_conv
2 years ago
Jens Steube 6886a70692
Merge pull request #3308 from philsmd/radmin3_use_sha1_update_utf16beN
2 years ago
philsmd f80eb1ee13
radmin3: fix private/local type problem
2 years ago
philsmd 4241900ec4
radmin3: use make_utf16beN_S () and sha1_update_utf16beN ()
2 years ago
philsmd 4ec7b83ddb
add make_utf16beN_S () and sha1_update_utf16beN ()
2 years ago
Konrad Goławski 1c531780c1 TrueCrypt modules changes
2 years ago
Jens Steube e94cc0f64e Fix SIMD use in -m 29100 on CPU
2 years ago
Jens Steube af5edb06cc Fix SIMD use in -m 29000 on CPU
2 years ago
Jens Steube b5839644a8
Merge pull request #3300 from philsmd/radmin3_fix_pre
2 years ago
Jens Steube 4a7337ba46
Merge pull request #3299 from philsmd/radmin3_fix_datalen_comment
2 years ago
philsmd ff53873791
radmin3: use hexadecimal instead of .incbin
2 years ago
philsmd c5e5d63c98
radmin 3: update comment about PRECOMP_DATALEN size
2 years ago
philsmd 79aad28519 radmin 3: remove whitespace, add credits to tests
2 years ago
Jens Steube e0713889a0 Remove optimized kernels for -m 29200 since they are not faster than pure kernels (due to RSA bottleneck)
2 years ago
Jens Steube 907f0996b1
Merge pull request #3295 from piwvvo/master
2 years ago
piwvvo acfd1a0773 fix -a3
2 years ago
piwvvo b0ceb41e4a added Radmin3
2 years ago
philsmd c5bf89a4c3
code style fixes for secp256k1 lib
2 years ago
Jens Steube 9b6c316c35
Merge pull request #3288 from tweqx/master
2 years ago
tweqx 42c4c1d72f In the a3 610 kernel single function, apply correctly the last two characters of the salt
2 years ago
tweqx ebcf5bfe20 Partially revert 9ce30defc: apply salt in the a3 610 multi kernel
2 years ago
philsmd 592c3414b0
fix -m 29100 = Flask -a 0 rule problem
2 years ago
Jens Steube 5581665977 Rename -m 29500 to -m 29100
2 years ago
Jens Steube 2e8ba6ba2c Improve cracking performance of -m 29500 by writing directly into hmac buffers
2 years ago
tweqx 9ce30defcb Don't apply the salt in the a3 BLAKE2b($pass.$salt) optimized OpenCL code
2 years ago
tweqx 0a5575cde5 Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt)
2 years ago
Jens Steube 446d82d8ea Fix -m 29500 in -a 1 mode multihash
2 years ago
Tom Stokes bd890f3a82
CL upload
2 years ago
Jens Steube e703f88f2e Rename -m 9902 to -m 29000
2 years ago
piwvvo 1ecfb8899f Added sha1($salt.sha1($username.':'.$pass, true))
2 years ago
Tom Dohrmann 864fee3674 fix DES (14000) for more 16 or more passwords
2 years ago
philsmd 209b3960c7
remove extra leading space in inc_ecc_secp256k1.cl
2 years ago
Jens Steube 78a1048670 Fixed false negative on hash-types 8900, 15700, 22700, 27700 and 28200 if using the HIP backend
2 years ago
Jens Steube 2f4003cded Synchronize SCRYPT code for -m 28200 with -m 8900 as source
2 years ago
Jens Steube 8e532e6162 Fix sha512_hmac_init_global_utf16le_swap(); hmac doesn't have password length
2 years ago
Jens Steube 7b24986096 Add important checks for pw_len == -1 to avoid out of boundary read/writes
2 years ago
Jens Steube 753994bfe0 Fixed password reassembling function reporting an incorrect candidate in some cases when the correct candidate has zero length
2 years ago