Commit Graph

4112 Commits (d9c906e134c09baa7a1a063ab15dec8c7bf58076)
 

Author SHA1 Message Date
Jens Steube 4833d6c4d7 Fix Makefile and test.sh script
7 years ago
jsteube c4098e2230 Fix invalid use of a non-vector function from within a vector function
7 years ago
jsteube e4683aebb8 Add -L support for all sha1 based generic hashes
7 years ago
jsteube 696afc2a1b Fix selector in switch_buffer_by_offset_1x64_be_S()
7 years ago
jsteube 4e0972ce3a Add xxx_update_vector_swap(), xxx_update_vector_utf16le_swap() and xxx_update_vector_utf16beN() for later use
7 years ago
jsteube 9c6c21490f Add *_hmac_init_swap for later use
7 years ago
jsteube f03156b05e Add switch_buffer_by_offset_1x64_be_S() and code generators for later use
7 years ago
jsteube 5707fed499 Add example -L kernel for algorithms using HMAC where the password is the data
7 years ago
jsteube 994e7efc91 Add example -L kernel for algorithms using HMAC where the password is the key
7 years ago
jsteube 9c12459852 Add HMAC vector functions to inc_hash_*
7 years ago
jsteube 8537ae9f8e Add example -L kernel for algorithms with prepended salt in utf16le
7 years ago
jsteube 2191af7a8e Fix datatype in sha384_update_vector_utf16le() sha512_update_vector_utf16le()
7 years ago
jsteube f70da8a04c Increase salt length for salt of generic hash types
7 years ago
jsteube c512e0c01a Add example -L kernel for algorithms with appended salt in utf16le
7 years ago
jsteube c082bea018 Add missing swaps to -m 6100
7 years ago
jsteube 5437de75ea Add some missing swaps to -m 1700 and -m 10800
7 years ago
jsteube ec816485c9 Add example -L kernel for algorithms with appended salt
7 years ago
jsteube 0113aedfdd Unify some variable names in pure kernels
7 years ago
jsteube facf7ad534 Add example -L kernel for algorithms with prepended salt
7 years ago
jsteube 9b6c6df53d Add xxx_nit_vector_from_scalar() to all inc_hash_xxx.cl includes
7 years ago
jsteube 728be2f587 Add missing -a0 and -a1 -L kernel for -m 6100 and -m 10800
7 years ago
jsteube 4b6b063017 Add example -L kernel for algorithms with lookup table
7 years ago
jsteube 86e87f8957 Add example -L kernel for 64 bit based algorithms
7 years ago
jsteube 54b7505473 Add host modifications for -a 0 in combination with -L and modify an example kernel
7 years ago
Jens Steube 04bb6a46ef There's a problem with Intels OpenCL runtime. The JiT hangs while trying to compile, for example mode 1700 in -L mode.
7 years ago
jsteube 2c79d26778 Add -m 10700 pure kernel for -L support
7 years ago
jsteube 97390a9332 Fix -m 10700 if used on CPU
7 years ago
jsteube 093cf9af42 Fix datatype used in sha384_hmac_init_global_swap()
7 years ago
jsteube 28de23ec3e Simplify -m 10700 a bit
7 years ago
Jens Steube e5a59a6611 Fix SIMD issue
7 years ago
jsteube e70cc986da Small fix for SHA384 includes
7 years ago
jsteube 8a6e3a5275 Add support in HMAC for passwords larger than block size of the underlaying hash
7 years ago
jsteube f619811b70 Remove PBKDF2-HMAC-MD5 includes password length limit
7 years ago
jsteube 97020f6521 Vectorized Ethereum Wallet + SCRYPT and added support for long passwords
7 years ago
jsteube a91d048c04 Vectorized Ethereum Wallet, PBKDF2-HMAC-SHA256 and added support for long passwords
7 years ago
jsteube 25fba33901 Vectorized DPAPI masterkey file v1 and v2 and added support for long passwords
7 years ago
Jens Steube ec7b416baf Merge pull request #1291 from ZerBea/master
7 years ago
jsteube 32329cf3f4 Vectorized Juniper/NetBSD sha1crypt and added support for long passwords
7 years ago
ZerBea a6a732704f removed message-pair-check - no longer needed
7 years ago
jsteube 0da85fc1fd Vectorized iTunes backup >= 10.0 and added support for long passwords
7 years ago
jsteube de9d026bb0 Vectorized iTunes backup < 10.0 and added support for long passwords
7 years ago
jsteube 8f73d356f2 Vectorized LUKS and added support for long passwords
7 years ago
jsteube b1a88da83e Vectorized WinZip and added support for long passwords
7 years ago
jsteube 1049fa386a Add OPTI_TYPE_SLOW_HASH_SIMD_LOOP in interface.c where it was missing
7 years ago
jsteube 3141c14b0f Refactor OpenCL kernels to use normalized AES functions from inc_cipher_aes.cl
7 years ago
jsteube 709cfa2e91 Added long passwords support for KeePass 1 (AES/Twofish) and KeePass 2 (AES)
7 years ago
jsteube 837b5a31d1 Added long passwords support for AxCrypt
7 years ago
jsteube dd14b798c3 Vectorized WPA/WPA2 PMK OpenCL kernel
7 years ago
jsteube fc32b24236 Vectorized RAR5 and added support for long passwords
7 years ago
jsteube da6bfc130e Fix invalid const keyword in OpenCL kernel function header
7 years ago