Commit Graph

2537 Commits (754038ad166bfcf62fb6ff4793b69bd4ef5f1e00)

Author SHA1 Message Date
philsmd 754038ad16
fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking
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
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
Jens Steube ab300310a0 Improve support for enc_len and aad_len in AES_GCM_GHASH to actually allow 32 bit value (before was only 29 bit)
2 years ago
philsmd 1b770fdea7
fix maximum password length in -O -m 10700 = PDF
2 years ago
Jens Steube e5b64a29d1 Fix the length positioning of the AAD string used by AES GCM. The implementation was not working at all due to this bug, but also this feature is not used in any kernel so far and thus did not pop up.
2 years ago
Jens Steube 14f78d9910 Improve -m 28400 perfomance slightly because we know the password input is always larger than the maximum supported so we can get rid of the E[] expanding function
2 years ago
Jens Steube 2b89c69cc4
Merge pull request #3202 from Greexter/bitwarden-fix
2 years ago
Jens Steube c94a26b382
Merge pull request #3196 from matrix/Amazon_AWS4-HMAC-SHA256
2 years ago
Jakub 2a5ee51530
Merge branch 'master' into bitwarden-fix
2 years ago
Gabriele Gristina 6f45285919 DPAPI masterkey file v2 (context 3)
2 years ago