Commit Graph

6539 Commits (3fbcbe0f76079cc46da0a13e19c82a924938cb07)
 

Author SHA1 Message Date
philsmd 3fbcbe0f76
license: update license year to 2020
5 years ago
Jens Steube 2b4d0656d5 Cache inline assembly instruction check results for same devices types
5 years ago
Jens Steube 032a5f8676 Merge branch 'master' of https://github.com/hashcat/hashcat
5 years ago
Jens Steube c201d15ab8 Fix JiT compiler warning on intel for -m 22100
5 years ago
Jens Steube 8e0f976ccf Merge branch 'master' of https://github.com/hashcat/hashcat
5 years ago
Jens Steube 20ef9725ef Use * in potfile entries for -m 250x and -m 1680x
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 daaf5d365c Use * in potfile entries for -m 22000 and -m 22001
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 49b6520ca8 Make thread selection for -m 22100 mode flexible
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 7215d4e9c0 Limit Bitlocker threads to 256
5 years ago
Jens Steube 0f9ad6f974 Limit Bitlocker threads to 256
5 years ago
Jens Steube 0c6b12b0a7 Update Bitlocker minimum password length 4
5 years ago
Jens Steube 50907c5fff Update Bitlocker minimum password length 4
5 years ago
Jens Steube bc442ad821 Add Bitlocker minimum password length 8 restriction
5 years ago
Jens Steube c9c09418b4 Small Bitlocker speed boost
5 years ago
Jens Steube 268e4be7e8
Merge pull request #2258 from philsmd/master
5 years ago
Jens Steube 5d1d48f5d7 Do not check for COPY_PW limits in outside kernels
5 years ago
philsmd 1c1ed72c65
fixes #1117: added -m 22100 = BitLocker
5 years ago
Jens Steube 80a872121a
Merge pull request #2256 from philsmd/master
5 years ago
philsmd 4338f100e9
remove condition which is always true
5 years ago
philsmd 7ef92379d8
Electrum 4/5: speedup by using w-NAF (Non-Adjacent Form)
5 years ago
Jens Steube 4d286d5dc7 Fix selftest in case OPTS_TYPE_DEEP_COMP_KERNEL is active
5 years ago
Jens Steube 6ed3003a30 Fix for -m 3000 loading hashes in pwdump format
5 years ago
Jens Steube 55d52160a3 Put back missing entry in changes.txt
5 years ago
Jens Steube bbb1f97dc3 Fixed some typos in changes.txt
5 years ago
Jens Steube 4c85c0e54f Revert a671d501aa
5 years ago
Jens Steube 2110bd2b24 Fix benchmark_deep.pl for -m 22000 and -m 22001
5 years ago
Jens Steube 81903e95ee Fix EAPOL temporary buffer overflow in -m 22000 and -m 22001
5 years ago
Jens Steube c9b4e796b0 Fix missing EOL in -m 22000 and -m 22001
5 years ago
Jens Steube 2cc4244e14 Initial -m 22001 support
5 years ago
Jens Steube 161775b1b6 Switch separator character in -m 22000 from ':' to '*'
5 years ago
Jens Steube be38eefdad Do not expect hashes encoded in base64 for -m 22000 in test.sh
5 years ago
Jens Steube f2aedd3741 Add support to load hashes for hash-mode 2500 and 16800 format from hash-mode 22000
5 years ago
Jens Steube 784eeb257b Make use of message_pair and set default for nonce_error_corrections in -m 22000
5 years ago
Jens Steube 2a04354401 New mode 22000 WPA-PBKDF2-PMKID+EAPOL to replace -m 2500 and -m 16800. NOTE: missing support for message_pair and nonce_error_corrections handling
5 years ago
Jens Steube f9e5dcc133 Use deep comparison kernel from module function in selftest.c
5 years ago
Jens Steube e83c71a18f Add missing AUX4 in selftest.c
5 years ago
Jens Steube 40a5835927 In -m 12700 and -m 15200 decrypt 48 byte of data instead of just 16 byte
5 years ago
Jens Steube 3a610efec6
Merge pull request #2249 from philsmd/patch-2
5 years ago
Jens Steube 0321a99c87
Merge pull request #2248 from philsmd/patch-1
5 years ago
philsmd 095fbb11d7
changes.txt: mention the better ASCII verification for blockchain hashes
5 years ago
philsmd 547d8ff7eb
Blockchain hashes: replace pattern matching with ASCII charset verification
5 years ago
philsmd b4c29562f4
electrum 5: use parenthesis (avoid Intel compiler warning)
5 years ago
philsmd 2672afb612
electrum5: simplify zlib rejection check
5 years ago