1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-05 06:58:56 +00:00
hashcat/OpenCL
2021-09-30 21:30:20 +02:00
..
amp_a0.cl
amp_a1.cl Unroll some of the code in the candidate generators 2020-03-04 13:30:09 +01:00
amp_a3.cl
inc_cipher_aes-gcm.cl add min/max data length limits to MetaMask Wallet 2021-07-04 20:14:25 +02:00
inc_cipher_aes-gcm.h
inc_cipher_aes.cl
inc_cipher_aes.h
inc_cipher_camellia.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
inc_cipher_camellia.h
inc_cipher_des.cl
inc_cipher_des.h
inc_cipher_kuznyechik.cl
inc_cipher_kuznyechik.h
inc_cipher_rc4.cl
inc_cipher_rc4.h
inc_cipher_serpent.cl
inc_cipher_serpent.h
inc_cipher_twofish.cl
inc_cipher_twofish.h
inc_common.cl Merge pull request #2907 from fse-a/GPG 2021-09-04 18:27:54 +02:00
inc_common.h Update module, add a0 and a1 optimized kernels 2021-08-04 01:39:47 -04:00
inc_comp_multi_bs.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
inc_comp_multi_bs.h
inc_comp_multi.cl
inc_comp_multi.h Add headers for OpenCL include files 2019-03-22 22:00:07 +01:00
inc_comp_single_bs.cl
inc_comp_single_bs.h
inc_comp_single.cl
inc_comp_single.h Add headers for OpenCL include files 2019-03-22 22:00:07 +01:00
inc_diskcryptor_xts.cl
inc_diskcryptor_xts.h
inc_ecc_secp256k1.cl
inc_ecc_secp256k1.h
inc_hash_blake2b.cl Added some HIP version checks, fall back to OpenCL automatically 2021-08-04 20:49:22 +02:00
inc_hash_blake2b.h
inc_hash_md4.cl OpenCL Runtime: Workaround a problem of the AMD OpenCL GPU driver under macOS which results in false negatives due to changes in the kernel crypto library 2021-07-05 11:33:12 +02:00
inc_hash_md4.h Revert adding make_u32x() for constants to crypto primitives, fails on OpenCL 2021-07-20 10:34:34 +02:00
inc_hash_md5.cl
inc_hash_md5.h Revert adding make_u32x() for constants to crypto primitives, fails on OpenCL 2021-07-20 10:34:34 +02:00
inc_hash_ripemd160.cl
inc_hash_ripemd160.h
inc_hash_sha1.cl
inc_hash_sha1.h
inc_hash_sha224.cl
inc_hash_sha224.h Improve performance for UTF8->UTF16 conversion 2021-04-30 16:55:30 +02:00
inc_hash_sha256.cl
inc_hash_sha256.h
inc_hash_sha384.cl Fixed datatype in function sha384_hmac_init_vector_128() that could come into effect if vector datatype was manually set 2021-07-19 15:58:38 +02:00
inc_hash_sha384.h
inc_hash_sha512.cl OpenCL Runtime: Workaround a problem of the AMD OpenCL GPU driver under macOS which results in false negatives due to changes in the kernel crypto library 2021-07-05 11:33:12 +02:00
inc_hash_sha512.h
inc_hash_streebog256.cl OpenCL Runtime: Workaround a problem of the AMD OpenCL GPU driver under macOS which results in false negatives due to changes in the kernel crypto library 2021-07-05 11:33:12 +02:00
inc_hash_streebog256.h
inc_hash_streebog512.cl
inc_hash_streebog512.h
inc_hash_whirlpool.cl
inc_hash_whirlpool.h
inc_luks_aes.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_luks_aes.h
inc_luks_af.cl
inc_luks_af.h
inc_luks_essiv.cl
inc_luks_essiv.h
inc_luks_serpent.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_luks_serpent.h
inc_luks_twofish.cl
inc_luks_twofish.h
inc_luks_xts.cl
inc_luks_xts.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 2019-03-23 22:15:38 +01:00
inc_platform.cl Update module_unstable_warning() for -m 172xx on HIP 2021-07-23 21:09:55 +02:00
inc_platform.h
inc_rp_optimized.cl Add new rule function '3' to switch the case of the first letter after occurrence N of char X 2021-08-01 00:04:10 +02:00
inc_rp_optimized.h Add new rule function '3' to switch the case of the first letter after occurrence N of char X 2021-08-01 00:04:10 +02:00
inc_rp.cl Add new rule function '3' to switch the case of the first letter after occurrence N of char X 2021-08-01 00:04:10 +02:00
inc_rp.h Add new rule function '3' to switch the case of the first letter after occurrence N of char X 2021-08-01 00:04:10 +02:00
inc_scalar.cl
inc_scalar.h Add headers for OpenCL include files 2019-03-22 22:00:07 +01:00
inc_simd.cl
inc_simd.h
inc_truecrypt_crc32.cl
inc_truecrypt_crc32.h
inc_truecrypt_keyfile.cl
inc_truecrypt_keyfile.h
inc_truecrypt_xts.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_truecrypt_xts.h
inc_types.h Added some HIP version checks, fall back to OpenCL automatically 2021-08-04 20:49:22 +02:00
inc_vendor.h Work around segmentation fault in Intel JiT 2021.12.6.0.19_160000 compiling hc_enc_next()/hc_enc_next_global() 2021-08-03 08:34:37 +02:00
inc_veracrypt_keyfile.cl
inc_veracrypt_keyfile.h
inc_veracrypt_xts.cl
inc_veracrypt_xts.h
inc_zip_inflate.cl Add missing u64 vector datatypes mapping for OpenCL 2021-07-27 09:54:15 +02:00
m00000_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00000_a0-pure.cl
m00000_a1-optimized.cl
m00000_a1-pure.cl
m00000_a3-optimized.cl
m00000_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00010_a0-optimized.cl
m00010_a0-pure.cl
m00010_a1-optimized.cl
m00010_a1-pure.cl
m00010_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m00010_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00020_a0-optimized.cl
m00020_a0-pure.cl
m00020_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00020_a1-pure.cl
m00020_a3-optimized.cl
m00020_a3-pure.cl
m00030_a0-optimized.cl
m00030_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00030_a1-optimized.cl
m00030_a1-pure.cl
m00030_a3-optimized.cl
m00030_a3-pure.cl
m00040_a0-optimized.cl
m00040_a0-pure.cl
m00040_a1-optimized.cl
m00040_a1-pure.cl
m00040_a3-optimized.cl
m00040_a3-pure.cl
m00050_a0-optimized.cl
m00050_a0-pure.cl
m00050_a1-optimized.cl
m00050_a1-pure.cl
m00050_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m00050_a3-pure.cl
m00060_a0-optimized.cl
m00060_a0-pure.cl
m00060_a1-optimized.cl
m00060_a1-pure.cl
m00060_a3-optimized.cl
m00060_a3-pure.cl
m00070_a0-optimized.cl
m00070_a0-pure.cl
m00070_a1-optimized.cl Added hash-mode 70 - md5(utf16le(pass)) 2020-12-16 22:09:22 +01:00
m00070_a1-pure.cl
m00070_a3-optimized.cl
m00070_a3-pure.cl
m00100_a0-optimized.cl
m00100_a0-pure.cl
m00100_a1-optimized.cl
m00100_a1-pure.cl
m00100_a3-optimized.cl
m00100_a3-pure.cl
m00110_a0-optimized.cl
m00110_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00110_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00110_a1-pure.cl
m00110_a3-optimized.cl
m00110_a3-pure.cl
m00120_a0-optimized.cl
m00120_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00120_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00120_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00120_a3-optimized.cl
m00120_a3-pure.cl
m00130_a0-optimized.cl
m00130_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00130_a1-optimized.cl
m00130_a1-pure.cl
m00130_a3-optimized.cl
m00130_a3-pure.cl
m00140_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00140_a0-pure.cl
m00140_a1-optimized.cl
m00140_a1-pure.cl
m00140_a3-optimized.cl
m00140_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00150_a0-optimized.cl
m00150_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00150_a1-optimized.cl
m00150_a1-pure.cl
m00150_a3-optimized.cl
m00150_a3-pure.cl
m00160_a0-optimized.cl
m00160_a0-pure.cl
m00160_a1-optimized.cl
m00160_a1-pure.cl
m00160_a3-optimized.cl
m00160_a3-pure.cl
m00170_a0-optimized.cl
m00170_a0-pure.cl Added hash-mode 170 - sha1(utf16le(pass)) 2020-12-16 21:49:49 +01:00
m00170_a1-optimized.cl
m00170_a1-pure.cl
m00170_a3-optimized.cl Update -m 70 and -m 170 -a 3 function calls in optimized mode 2021-05-27 19:34:32 +02:00
m00170_a3-pure.cl
m00200_a0-optimized.cl
m00200_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00200_a3-optimized.cl
m00300_a0-optimized.cl
m00300_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00300_a1-optimized.cl
m00300_a1-pure.cl
m00300_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m00300_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00400-optimized.cl
m00400-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00500-optimized.cl
m00500-pure.cl
m00600_a0-optimized.cl
m00600_a0-pure.cl
m00600_a1-optimized.cl
m00600_a1-pure.cl
m00600_a3-optimized.cl
m00600_a3-pure.cl
m00900_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00900_a0-pure.cl
m00900_a1-optimized.cl
m00900_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m00900_a3-optimized.cl
m00900_a3-pure.cl
m01000_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01000_a0-pure.cl
m01000_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01000_a1-pure.cl
m01000_a3-optimized.cl
m01000_a3-pure.cl
m01100_a0-optimized.cl
m01100_a0-pure.cl
m01100_a1-optimized.cl
m01100_a1-pure.cl
m01100_a3-optimized.cl
m01100_a3-pure.cl
m01300_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01300_a0-pure.cl
m01300_a1-optimized.cl
m01300_a1-pure.cl
m01300_a3-optimized.cl
m01300_a3-pure.cl
m01400_a0-optimized.cl
m01400_a0-pure.cl
m01400_a1-optimized.cl
m01400_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01400_a3-optimized.cl
m01400_a3-pure.cl
m01410_a0-optimized.cl
m01410_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01410_a1-optimized.cl
m01410_a1-pure.cl
m01410_a3-optimized.cl
m01410_a3-pure.cl
m01420_a0-optimized.cl
m01420_a0-pure.cl
m01420_a1-optimized.cl
m01420_a1-pure.cl
m01420_a3-optimized.cl
m01420_a3-pure.cl
m01430_a0-optimized.cl
m01430_a0-pure.cl
m01430_a1-optimized.cl
m01430_a1-pure.cl
m01430_a3-optimized.cl
m01430_a3-pure.cl
m01440_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01440_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01440_a1-optimized.cl
m01440_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01440_a3-optimized.cl
m01440_a3-pure.cl
m01450_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01450_a0-pure.cl
m01450_a1-optimized.cl
m01450_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01450_a3-optimized.cl
m01450_a3-pure.cl
m01460_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01460_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01460_a1-optimized.cl
m01460_a1-pure.cl
m01460_a3-optimized.cl
m01460_a3-pure.cl
m01470_a0-optimized.cl
m01470_a0-pure.cl
m01470_a1-optimized.cl
m01470_a1-pure.cl
m01470_a3-optimized.cl
m01470_a3-pure.cl
m01500_a0-pure.cl
m01500_a1-pure.cl
m01500_a3-pure.cl
m01600-optimized.cl
m01600-pure.cl
m01700_a0-optimized.cl Backport more ROCm based optimizations to HIP 2021-07-15 23:34:27 +02:00
m01700_a0-pure.cl
m01700_a1-optimized.cl
m01700_a1-pure.cl
m01700_a3-optimized.cl
m01700_a3-pure.cl
m01710_a0-optimized.cl
m01710_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01710_a1-optimized.cl
m01710_a1-pure.cl
m01710_a3-optimized.cl
m01710_a3-pure.cl
m01720_a0-optimized.cl
m01720_a0-pure.cl
m01720_a1-optimized.cl
m01720_a1-pure.cl
m01720_a3-optimized.cl
m01720_a3-pure.cl
m01730_a0-optimized.cl
m01730_a0-pure.cl
m01730_a1-optimized.cl
m01730_a1-pure.cl
m01730_a3-optimized.cl
m01730_a3-pure.cl
m01740_a0-optimized.cl
m01740_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01740_a1-optimized.cl
m01740_a1-pure.cl
m01740_a3-optimized.cl
m01740_a3-pure.cl
m01750_a0-optimized.cl
m01750_a0-pure.cl
m01750_a1-optimized.cl
m01750_a1-pure.cl
m01750_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m01750_a3-pure.cl
m01760_a0-optimized.cl
m01760_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01760_a1-optimized.cl
m01760_a1-pure.cl
m01760_a3-optimized.cl
m01760_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m01770_a0-optimized.cl
m01770_a0-pure.cl
m01770_a1-optimized.cl
m01770_a1-pure.cl
m01770_a3-optimized.cl
m01770_a3-pure.cl
m01800-optimized.cl Fixed buffer overflow in -m 1800 in -O mode which is optimized to handle only password candidates up to length 15 2021-04-25 17:46:03 +02:00
m01800-pure.cl
m02000_a0-optimized.cl Add optimized fake kernels for -m 2000 to enable hashcat to respect user decision to use pure or optimized password candidate generators in --stdout mode 2020-06-12 08:57:59 +02:00
m02000_a0-pure.cl
m02000_a1-optimized.cl
m02000_a1-pure.cl
m02000_a3-optimized.cl Fix kernel declarations in optimized -m 2000 kernels 2020-06-13 19:39:54 +02:00
m02000_a3-pure.cl
m02100-pure.cl
m02400_a0-optimized.cl
m02400_a1-optimized.cl
m02400_a3-optimized.cl
m02410_a0-optimized.cl
m02410_a1-optimized.cl
m02410_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m02500-pure.cl
m02501-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m02610_a0-optimized.cl
m02610_a0-pure.cl
m02610_a1-optimized.cl
m02610_a1-pure.cl
m02610_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m02610_a3-pure.cl
m02710_a0-optimized.cl
m02710_a1-optimized.cl
m02710_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m02810_a0-optimized.cl
m02810_a0-pure.cl
m02810_a1-optimized.cl
m02810_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m02810_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m02810_a3-pure.cl
m03000_a0-pure.cl
m03000_a1-pure.cl
m03000_a3-pure.cl
m03100_a0-optimized.cl
m03100_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m03100_a3-optimized.cl
m03200-pure.cl BCRYPT Kernels: Improved bcrypt performance by 6.5% for high-end NVIDIA GPU devices using CUDA backend 2021-06-01 22:52:07 +02:00
m03500_a0-optimized.cl Add files via upload 2020-10-25 22:57:44 +00:00
m03500_a0-pure.cl
m03500_a1-optimized.cl Add files via upload 2020-10-25 22:57:44 +00:00
m03500_a1-pure.cl
m03500_a3-optimized.cl Update -m 3500 and -m 5000 -a 3 function calls in optimized mode 2021-06-03 07:57:59 +02:00
m03500_a3-pure.cl
m03710_a0-optimized.cl
m03710_a0-pure.cl
m03710_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m03710_a1-pure.cl
m03710_a3-optimized.cl
m03710_a3-pure.cl
m03800_a0-optimized.cl
m03800_a0-pure.cl
m03800_a1-optimized.cl
m03800_a1-pure.cl
m03800_a3-optimized.cl
m03800_a3-pure.cl
m03910_a0-optimized.cl
m03910_a0-pure.cl
m03910_a1-optimized.cl
m03910_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m03910_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m03910_a3-pure.cl
m04010_a0-optimized.cl
m04010_a0-pure.cl
m04010_a1-optimized.cl
m04010_a1-pure.cl
m04010_a3-optimized.cl
m04010_a3-pure.cl
m04110_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m04110_a0-pure.cl
m04110_a1-optimized.cl
m04110_a1-pure.cl
m04110_a3-optimized.cl
m04110_a3-pure.cl
m04310_a0-optimized.cl
m04310_a0-pure.cl
m04310_a1-optimized.cl
m04310_a1-pure.cl
m04310_a3-optimized.cl
m04310_a3-pure.cl
m04400_a0-optimized.cl
m04400_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m04400_a1-optimized.cl
m04400_a1-pure.cl
m04400_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m04400_a3-pure.cl
m04500_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m04500_a0-pure.cl
m04500_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m04500_a1-pure.cl
m04500_a3-optimized.cl
m04500_a3-pure.cl
m04510_a0-optimized.cl
m04510_a0-pure.cl
m04510_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m04510_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m04510_a3-optimized.cl
m04510_a3-pure.cl
m04520_a0-optimized.cl
m04520_a0-pure.cl
m04520_a1-optimized.cl
m04520_a1-pure.cl
m04520_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m04520_a3-pure.cl
m04700_a0-optimized.cl
m04700_a0-pure.cl
m04700_a1-optimized.cl
m04700_a1-pure.cl
m04700_a3-optimized.cl
m04700_a3-pure.cl
m04710_a0-optimized.cl
m04710_a0-pure.cl
m04710_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m04710_a1-pure.cl
m04710_a3-optimized.cl
m04710_a3-pure.cl
m04800_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m04800_a0-pure.cl
m04800_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m04800_a1-pure.cl
m04800_a3-optimized.cl
m04800_a3-pure.cl
m04900_a0-optimized.cl
m04900_a0-pure.cl
m04900_a1-optimized.cl
m04900_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m04900_a3-optimized.cl
m04900_a3-pure.cl
m05000_a0-optimized.cl
m05000_a0-pure.cl
m05000_a1-optimized.cl
m05000_a1-pure.cl
m05000_a3-optimized.cl
m05000_a3-pure.cl
m05100_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m05100_a0-pure.cl
m05100_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m05100_a1-pure.cl
m05100_a3-optimized.cl
m05100_a3-pure.cl
m05200-pure.cl
m05300_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m05300_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m05300_a1-optimized.cl
m05300_a1-pure.cl
m05300_a3-optimized.cl
m05300_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m05400_a0-optimized.cl
m05400_a0-pure.cl
m05400_a1-optimized.cl
m05400_a1-pure.cl
m05400_a3-optimized.cl
m05400_a3-pure.cl
m05500_a0-optimized.cl
m05500_a0-pure.cl
m05500_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m05500_a1-pure.cl
m05500_a3-optimized.cl
m05500_a3-pure.cl
m05600_a0-optimized.cl
m05600_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m05600_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m05600_a1-pure.cl
m05600_a3-optimized.cl
m05600_a3-pure.cl
m05800-optimized.cl
m05800-pure.cl
m06000_a0-optimized.cl
m06000_a0-pure.cl
m06000_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m06000_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m06000_a3-optimized.cl
m06000_a3-pure.cl
m06100_a0-optimized.cl
m06100_a0-pure.cl
m06100_a1-optimized.cl
m06100_a1-pure.cl
m06100_a3-optimized.cl
m06100_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m06211-pure.cl
m06212-pure.cl
m06213-pure.cl VeraCrypt: Increase password length support for non-boot volumes from 64 to 128. 2021-06-17 09:45:30 +02:00
m06221-pure.cl
m06222-pure.cl
m06223-pure.cl
m06231-pure.cl
m06232-pure.cl
m06233-pure.cl
m06300-optimized.cl
m06300-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m06400-pure.cl
m06500-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m06600-pure.cl
m06700-pure.cl
m06800-pure.cl
m06900_a0-optimized.cl
m06900_a1-optimized.cl
m06900_a3-optimized.cl
m07000_a0-optimized.cl
m07000_a0-pure.cl
m07000_a1-optimized.cl
m07000_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m07000_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m07000_a3-pure.cl
m07100-pure.cl
m07300_a0-optimized.cl
m07300_a0-pure.cl
m07300_a1-optimized.cl
m07300_a1-pure.cl
m07300_a3-optimized.cl
m07300_a3-pure.cl
m07400-optimized.cl
m07400-pure.cl
m07500_a0-optimized.cl
m07500_a0-pure.cl RC4: Updated hash-mode 7500, 9710, 9720, 10400 and 10410 to new RC4 crypto library code, improving performance by 20% or more 2021-05-30 19:53:28 +02:00
m07500_a1-optimized.cl
m07500_a1-pure.cl
m07500_a3-optimized.cl
m07500_a3-pure.cl
m07700_a0-optimized.cl
m07700_a1-optimized.cl
m07700_a3-optimized.cl
m07701_a0-optimized.cl Update large switch() cases in inc_common.cl and some inline assembly common functions for devices managed with HIP backend 2021-07-14 17:06:20 +02:00
m07701_a1-optimized.cl Update large switch() cases in inc_common.cl and some inline assembly common functions for devices managed with HIP backend 2021-07-14 17:06:20 +02:00
m07701_a3-optimized.cl
m07800_a0-optimized.cl
m07800_a1-optimized.cl
m07800_a3-optimized.cl
m07801_a0-optimized.cl
m07801_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m07801_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m07900-pure.cl
m08000_a0-optimized.cl
m08000_a1-optimized.cl Backport more ROCm based optimizations to HIP 2021-07-15 23:34:27 +02:00
m08000_a3-optimized.cl
m08100_a0-optimized.cl
m08100_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m08100_a1-optimized.cl
m08100_a1-pure.cl
m08100_a3-optimized.cl
m08100_a3-pure.cl
m08200-pure.cl
m08300_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m08300_a0-pure.cl
m08300_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m08300_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m08300_a3-optimized.cl
m08300_a3-pure.cl
m08400_a0-optimized.cl
m08400_a0-pure.cl
m08400_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m08400_a1-pure.cl
m08400_a3-optimized.cl
m08400_a3-pure.cl
m08500_a0-pure.cl
m08500_a1-pure.cl
m08500_a3-pure.cl
m08600_a0-pure.cl
m08600_a1-pure.cl
m08600_a3-pure.cl
m08700_a0-optimized.cl
m08700_a1-optimized.cl
m08700_a3-optimized.cl
m08800-pure.cl
m08900-pure.cl
m09000-pure.cl
m09100-pure.cl
m09400-pure.cl
m09500-pure.cl
m09600-pure.cl
m09700_a0-optimized.cl RC4: Update -m 97x0 and -m 104x0 to new RC4 crypto library code, improving performance by 20% or more 2021-05-30 15:40:33 +02:00
m09700_a1-optimized.cl
m09700_a3-optimized.cl
m09710_a0-optimized.cl
m09710_a1-optimized.cl
m09710_a3-optimized.cl
m09720_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m09720_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m09720_a3-optimized.cl
m09800_a0-optimized.cl
m09800_a1-optimized.cl
m09800_a3-optimized.cl
m09810_a0-optimized.cl RC4 Kernels: Improved performance by 20%+ for hash-modes Kerberos 5 (etype 23), MS Office (<= 2003) and PDF (<= 1.6) by using new RC4 code 2021-05-31 08:28:13 +02:00
m09810_a1-optimized.cl RC4 Kernels: Improved performance by 20%+ for hash-modes Kerberos 5 (etype 23), MS Office (<= 2003) and PDF (<= 1.6) by using new RC4 code 2021-05-31 08:28:13 +02:00
m09810_a3-optimized.cl
m09820_a0-optimized.cl
m09820_a1-optimized.cl
m09820_a3-optimized.cl
m09900_a0-optimized.cl
m09900_a0-pure.cl
m09900_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m09900_a1-pure.cl
m09900_a3-optimized.cl
m09900_a3-pure.cl
m10100_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m10100_a1-optimized.cl
m10100_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m10300-pure.cl
m10400_a0-optimized.cl
m10400_a1-optimized.cl RC4: Update -m 97x0 and -m 104x0 to new RC4 crypto library code, improving performance by 20% or more 2021-05-30 15:40:33 +02:00
m10400_a3-optimized.cl RC4: Update -m 97x0 and -m 104x0 to new RC4 crypto library code, improving performance by 20% or more 2021-05-30 15:40:33 +02:00
m10410_a0-optimized.cl
m10410_a1-optimized.cl
m10410_a3-optimized.cl
m10420_a0-optimized.cl
m10420_a1-optimized.cl
m10420_a3-optimized.cl
m10500-pure.cl RC4 Kernels: Improved performance by 20%+ for hash-modes Kerberos 5 (etype 23), MS Office (<= 2003) and PDF (<= 1.6) by using new RC4 code 2021-05-31 08:28:13 +02:00
m10700-optimized.cl
m10700-pure.cl Get rid of MAYBE_VOLATILE for context position by replacing it with zero length check 2021-05-09 11:43:32 +02:00
m10800_a0-optimized.cl
m10800_a0-pure.cl
m10800_a1-optimized.cl
m10800_a1-pure.cl
m10800_a3-optimized.cl
m10800_a3-pure.cl
m10810_a0-optimized.cl
m10810_a0-pure.cl
m10810_a1-optimized.cl
m10810_a1-pure.cl
m10810_a3-optimized.cl
m10810_a3-pure.cl
m10820_a0-optimized.cl
m10820_a0-pure.cl
m10820_a1-optimized.cl
m10820_a1-pure.cl
m10820_a3-optimized.cl
m10820_a3-pure.cl Added hash-mode 10820 - sha384(salt.pass) 2020-12-17 05:39:04 +01:00
m10830_a0-optimized.cl
m10830_a0-pure.cl
m10830_a1-optimized.cl Added hash-mode 10830 - sha384(utf16le(pass).salt) 2020-12-17 01:48:48 +01:00
m10830_a1-pure.cl
m10830_a3-optimized.cl
m10830_a3-pure.cl
m10840_a0-optimized.cl
m10840_a0-pure.cl
m10840_a1-optimized.cl
m10840_a1-pure.cl Added hash-mode 10840 - sha384(salt.utf16le(pass)) 2020-12-17 03:41:16 +01:00
m10840_a3-optimized.cl Update -m 108x0 -a 3 function calls in optimized mode 2021-05-26 19:34:59 +02:00
m10840_a3-pure.cl
m10870_a0-optimized.cl
m10870_a0-pure.cl Added hash-mode 10870 - sha384(utf16le(pass)) 2020-12-17 00:53:47 +01:00
m10870_a1-optimized.cl Added hash-mode 10870 - sha384(utf16le(pass)) 2020-12-17 00:53:47 +01:00
m10870_a1-pure.cl
m10870_a3-optimized.cl Update -m 10870 -a 3 function calls in optimized mode 2021-05-29 10:49:06 +02:00
m10870_a3-pure.cl
m10900-pure.cl
m11000_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m11000_a0-pure.cl
m11000_a1-optimized.cl
m11000_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m11000_a3-optimized.cl
m11000_a3-pure.cl
m11100_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m11100_a0-pure.cl
m11100_a1-optimized.cl
m11100_a1-pure.cl
m11100_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m11100_a3-pure.cl
m11200_a0-optimized.cl
m11200_a0-pure.cl
m11200_a1-optimized.cl
m11200_a1-pure.cl
m11200_a3-optimized.cl
m11200_a3-pure.cl
m11300-pure.cl
m11400_a0-pure.cl
m11400_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m11400_a3-pure.cl
m11500_a0-optimized.cl Fixed invalid handling of initialization value for -m 11500 2021-09-30 21:30:20 +02:00
m11500_a1-optimized.cl Fixed invalid handling of initialization value for -m 11500 2021-09-30 21:30:20 +02:00
m11500_a3-optimized.cl Fixed invalid handling of initialization value for -m 11500 2021-09-30 21:30:20 +02:00
m11600-optimized.cl
m11600-pure.cl
m11700_a0-optimized.cl
m11700_a0-pure.cl
m11700_a1-optimized.cl
m11700_a1-pure.cl
m11700_a3-optimized.cl
m11700_a3-pure.cl
m11750_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m11750_a1-pure.cl
m11750_a3-pure.cl
m11760_a0-pure.cl
m11760_a1-pure.cl
m11760_a3-pure.cl
m11800_a0-optimized.cl
m11800_a0-pure.cl
m11800_a1-optimized.cl
m11800_a1-pure.cl
m11800_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m11800_a3-pure.cl
m11850_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m11850_a1-pure.cl
m11850_a3-pure.cl
m11860_a0-pure.cl
m11860_a1-pure.cl
m11860_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m11900-pure.cl
m12000-pure.cl
m12200-pure.cl
m12300-pure.cl
m12400-pure.cl
m12500-optimized.cl
m12500-pure.cl Fix self-test functionality if FIXED_LOCAL_SIZE_COMP is used 2021-08-02 12:00:17 +02:00
m12600_a0-optimized.cl
m12600_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m12600_a1-optimized.cl
m12600_a1-pure.cl
m12600_a3-optimized.cl
m12600_a3-pure.cl
m12700-pure.cl
m12800-pure.cl
m12900-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m13000-pure.cl
m13100_a0-optimized.cl
m13100_a0-pure.cl
m13100_a1-optimized.cl Add rc4_next_16_global() and fix address space of edata buffer in -m 13100 and -m18200 2021-06-23 08:36:17 +02:00
m13100_a1-pure.cl
m13100_a3-optimized.cl
m13100_a3-pure.cl
m13200-pure.cl
m13300_a0-optimized.cl
m13300_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m13300_a1-optimized.cl
m13300_a1-pure.cl
m13300_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m13300_a3-pure.cl
m13400-pure.cl
m13500_a0-optimized.cl
m13500_a0-pure.cl
m13500_a1-optimized.cl
m13500_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m13500_a3-optimized.cl
m13500_a3-pure.cl
m13600-pure.cl fix buffer sizes for -m 13600 = WinZip 2021-07-30 15:23:33 +02:00
m13711-pure.cl
m13712-pure.cl
m13713-pure.cl
m13721-pure.cl
m13722-pure.cl
m13723-pure.cl
m13731-pure.cl
m13732-pure.cl
m13733-pure.cl
m13751-pure.cl
m13752-pure.cl Improve PIM fix for use on macOS 2021-07-20 15:10:49 +02:00
m13753-pure.cl
m13771-pure.cl
m13772-pure.cl
m13773-pure.cl
m13800_a0-optimized.cl
m13800_a0-pure.cl
m13800_a1-optimized.cl AMD GPUs: Add inline assembly code for md5crypt/sha256crypt, PDF 1.7, 7-Zip, RAR3, Samsung Android and Windows Phone 8+ 2021-07-26 07:59:12 +02:00
m13800_a1-pure.cl
m13800_a3-optimized.cl
m13800_a3-pure.cl
m13900_a0-optimized.cl
m13900_a0-pure.cl
m13900_a1-optimized.cl
m13900_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m13900_a3-optimized.cl
m13900_a3-pure.cl
m14000_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m14000_a1-pure.cl
m14000_a3-pure.cl
m14100_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m14100_a1-pure.cl
m14100_a3-pure.cl
m14400_a0-optimized.cl
m14400_a0-pure.cl
m14400_a1-optimized.cl
m14400_a1-pure.cl
m14400_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m14400_a3-pure.cl
m14511_a0-pure.cl
m14511_a1-pure.cl
m14511_a3-pure.cl
m14512_a0-pure.cl
m14512_a1-pure.cl
m14512_a3-pure.cl
m14513_a0-pure.cl
m14513_a1-pure.cl
m14513_a3-pure.cl cryptoapi opts (2) and test unit 2021-05-08 02:06:05 +02:00
m14521_a0-pure.cl
m14521_a1-pure.cl cryptoapi opts (1) 2021-05-06 23:24:46 +02:00
m14521_a3-pure.cl cryptoapi opts (1) 2021-05-06 23:24:46 +02:00
m14522_a0-pure.cl
m14522_a1-pure.cl
m14522_a3-pure.cl
m14523_a0-pure.cl
m14523_a1-pure.cl
m14523_a3-pure.cl
m14531_a0-pure.cl
m14531_a1-pure.cl
m14531_a3-pure.cl
m14532_a0-pure.cl
m14532_a1-pure.cl
m14532_a3-pure.cl
m14533_a0-pure.cl
m14533_a1-pure.cl cryptoapi opts (1) 2021-05-06 23:24:46 +02:00
m14533_a3-pure.cl
m14541_a0-pure.cl
m14541_a1-pure.cl cryptoapi opts (2) and test unit 2021-05-08 02:06:05 +02:00
m14541_a3-pure.cl
m14542_a0-pure.cl
m14542_a1-pure.cl cryptoapi opts (2) and test unit 2021-05-08 02:06:05 +02:00
m14542_a3-pure.cl
m14543_a0-pure.cl cryptoapi opts (2) and test unit 2021-05-08 02:06:05 +02:00
m14543_a1-pure.cl cryptoapi opts (2) and test unit 2021-05-08 02:06:05 +02:00
m14543_a3-pure.cl
m14551_a0-pure.cl
m14551_a1-pure.cl
m14551_a3-pure.cl
m14552_a0-pure.cl
m14552_a1-pure.cl cryptoapi opts (1) 2021-05-06 23:24:46 +02:00
m14552_a3-pure.cl
m14553_a0-pure.cl
m14553_a1-pure.cl
m14553_a3-pure.cl
m14611-pure.cl
m14612-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m14613-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m14621-pure.cl
m14622-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m14623-pure.cl
m14631-pure.cl
m14632-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m14633-pure.cl
m14641-pure.cl
m14642-pure.cl
m14643-pure.cl
m14700-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m14800-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m14900_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m14900_a1-optimized.cl
m14900_a3-optimized.cl
m15000_a0-optimized.cl
m15000_a0-pure.cl
m15000_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m15000_a1-pure.cl
m15000_a3-optimized.cl
m15000_a3-pure.cl
m15100-pure.cl
m15300-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m15400_a0-optimized.cl
m15400_a1-optimized.cl
m15400_a3-optimized.cl
m15500_a0-optimized.cl
m15500_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m15500_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m15500_a1-pure.cl
m15500_a3-optimized.cl
m15500_a3-pure.cl
m15600-pure.cl
m15700-pure.cl
m15900-pure.cl
m16000_a0-pure.cl
m16000_a1-pure.cl
m16000_a3-pure.cl
m16100_a0-optimized.cl
m16100_a0-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m16100_a1-optimized.cl
m16100_a1-pure.cl
m16100_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m16100_a3-pure.cl
m16200-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m16300-pure.cl
m16400_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m16400_a0-pure.cl
m16400_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m16400_a1-pure.cl Get rid of MAYBE_VOLATILE for context position by replacing it with zero length check 2021-05-09 11:43:32 +02:00
m16400_a3-optimized.cl
m16400_a3-pure.cl
m16511_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m16511_a1-pure.cl
m16511_a3-pure.cl
m16512_a0-pure.cl
m16512_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m16512_a3-pure.cl
m16513_a0-pure.cl
m16513_a1-pure.cl
m16513_a3-pure.cl
m16600_a0-optimized.cl
m16600_a0-pure.cl
m16600_a1-optimized.cl
m16600_a1-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m16600_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m16600_a3-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m16800-pure.cl
m16801-pure.cl
m16900-pure.cl
m17010-pure.cl Replace sha1_update_swap() with sha1_update() 2021-09-04 18:32:00 +02:00
m17200_a0-pure.cl Avoid false positives in pkzip formats 2021-09-08 15:01:45 +02:00
m17200_a1-pure.cl Avoid false positives in pkzip formats 2021-09-08 15:01:45 +02:00
m17200_a3-pure.cl Avoid false positives in pkzip formats 2021-09-08 15:01:45 +02:00
m17210_a0-pure.cl Fix address space of crc32tab[] in -m 172xx 2021-07-12 08:56:10 +02:00
m17210_a1-pure.cl Fix address space of crc32tab[] in -m 172xx 2021-07-12 08:56:10 +02:00
m17210_a3-pure.cl
m17220_a0-pure.cl Avoid false positives in pkzip formats 2021-09-08 15:01:45 +02:00
m17220_a1-pure.cl Avoid false positives in pkzip formats 2021-09-08 15:01:45 +02:00
m17220_a3-pure.cl Avoid false positives in pkzip formats 2021-09-08 15:01:45 +02:00
m17225_a0-pure.cl Avoid false positives in pkzip formats 2021-09-08 15:01:45 +02:00
m17225_a1-pure.cl Avoid false positives in pkzip formats 2021-09-08 15:01:45 +02:00
m17225_a3-pure.cl Avoid false positives in pkzip formats 2021-09-08 15:01:45 +02:00
m17230_a0-pure.cl Fix address space of crc32tab[] in -m 172xx 2021-07-12 08:56:10 +02:00
m17230_a1-pure.cl
m17230_a3-pure.cl Fix address space of crc32tab[] in -m 172xx 2021-07-12 08:56:10 +02:00
m17300_a0-optimized.cl
m17300_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m17300_a3-optimized.cl
m17400_a0-optimized.cl
m17400_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m17400_a3-optimized.cl
m17500_a0-optimized.cl
m17500_a1-optimized.cl
m17500_a3-optimized.cl
m17600_a0-optimized.cl
m17600_a1-optimized.cl
m17600_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m17700_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m17700_a1-optimized.cl
m17700_a3-optimized.cl
m17800_a0-optimized.cl
m17800_a1-optimized.cl
m17800_a3-optimized.cl
m17900_a0-optimized.cl
m17900_a1-optimized.cl
m17900_a3-optimized.cl
m18000_a0-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m18000_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m18000_a3-optimized.cl
m18100_a0-pure.cl
m18100_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m18100_a3-pure.cl
m18200_a0-optimized.cl
m18200_a0-pure.cl
m18200_a1-optimized.cl
m18200_a1-pure.cl
m18200_a3-optimized.cl
m18200_a3-pure.cl
m18300-pure.cl
m18400-pure.cl
m18500_a0-pure.cl
m18500_a1-pure.cl
m18500_a3-pure.cl
m18600-pure.cl Blowfish Kernels: Backport optimizations reducing bank conflicts from bcrypt to Password Safe v2 and Open Document Format (ODF) 1.1 2021-07-26 13:38:39 +02:00
m18700_a0-optimized.cl
m18700_a0-pure.cl
m18700_a1-optimized.cl
m18700_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m18700_a3-optimized.cl
m18700_a3-pure.cl
m18800-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m18900-pure.cl
m19000-pure.cl
m19100-pure.cl
m19200-pure.cl Get rid of MAYBE_VOLATILE for context position by replacing it with zero length check 2021-05-09 11:43:32 +02:00
m19300_a0-pure.cl
m19300_a1-pure.cl
m19300_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m19500_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m19500_a1-pure.cl
m19500_a3-pure.cl
m19600-pure.cl Fix variable declaration block level in -m 19600 and -m 19700 2021-07-13 22:22:53 +02:00
m19700-pure.cl
m19800-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m19900-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m20011-pure.cl
m20012-pure.cl
m20013-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m20500_a0-pure.cl
m20500_a1-pure.cl
m20500_a3-pure.cl Fixed out-of-boundary read in PKZIP masterkey kernel if the password candidate has length zero. 2021-08-17 17:38:45 +02:00
m20510_a0-pure.cl
m20510_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m20510_a3-pure.cl
m20600-pure.cl
m20710_a0-optimized.cl
m20710_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m20710_a1-optimized.cl
m20710_a1-pure.cl
m20710_a3-optimized.cl
m20710_a3-pure.cl
m20720_a0-pure.cl
m20720_a1-pure.cl
m20720_a3-pure.cl Add files via upload 2020-10-23 22:22:40 +01:00
m20800_a0-optimized.cl
m20800_a0-pure.cl
m20800_a1-optimized.cl
m20800_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m20800_a3-optimized.cl
m20800_a3-pure.cl
m20900_a0-optimized.cl
m20900_a0-pure.cl
m20900_a1-optimized.cl
m20900_a1-pure.cl
m20900_a3-optimized.cl
m20900_a3-pure.cl
m21000_a0-optimized.cl
m21000_a0-pure.cl
m21000_a1-optimized.cl
m21000_a1-pure.cl
m21000_a3-optimized.cl
m21000_a3-pure.cl
m21100_a0-optimized.cl
m21100_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m21100_a1-optimized.cl
m21100_a1-pure.cl
m21100_a3-optimized.cl
m21100_a3-pure.cl Fixed vector datatype support in -m 21100 only -P mode and only -a 3 mode were affected 2021-04-25 21:25:28 +02:00
m21200_a0-optimized.cl
m21200_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m21200_a1-optimized.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m21200_a1-pure.cl
m21200_a3-optimized.cl
m21200_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m21300_a0-pure.cl
m21300_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m21300_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m21400_a0-optimized.cl
m21400_a0-pure.cl
m21400_a1-optimized.cl
m21400_a1-pure.cl
m21400_a3-optimized.cl
m21400_a3-pure.cl
m21500-pure.cl
m21600-pure.cl
m21700-pure.cl
m21800-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m22000-pure.cl
m22001-pure.cl
m22100-pure.cl
m22200_a0-optimized.cl
m22200_a0-pure.cl
m22200_a1-optimized.cl
m22200_a1-pure.cl
m22200_a3-optimized.cl
m22200_a3-pure.cl
m22300_a0-optimized.cl
m22300_a0-pure.cl
m22300_a1-optimized.cl
m22300_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m22300_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m22300_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m22400-pure.cl
m22500_a0-optimized.cl
m22500_a0-pure.cl
m22500_a1-optimized.cl
m22500_a1-pure.cl
m22500_a3-optimized.cl
m22500_a3-pure.cl
m22600-pure.cl
m22700-pure.cl
m22911_a0-pure.cl
m22911_a1-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m22911_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m22921_a0-pure.cl
m22921_a1-pure.cl
m22921_a3-pure.cl
m22931_a0-pure.cl
m22931_a1-pure.cl
m22931_a3-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m22941_a0-pure.cl
m22941_a1-pure.cl
m22941_a3-pure.cl
m22951_a0-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m22951_a1-pure.cl
m22951_a3-pure.cl
m23001_a0-optimized.cl
m23001_a0-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m23001_a1-optimized.cl
m23001_a1-pure.cl
m23001_a3-optimized.cl
m23001_a3-pure.cl
m23002_a0-optimized.cl
m23002_a0-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m23002_a1-optimized.cl
m23002_a1-pure.cl
m23002_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m23002_a3-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m23003_a0-optimized.cl
m23003_a0-pure.cl
m23003_a1-optimized.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m23003_a1-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m23003_a3-optimized.cl
m23003_a3-pure.cl
m23100-pure.cl
m23200-pure.cl New Attack-Mode: Association Attack. Like JtR's single mode. Very early 2020-09-29 15:56:32 +02:00
m23300-pure.cl
m23400-pure.cl
m23500-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m23600-pure.cl
m23700-optimized.cl
m23700-pure.cl Fix self-test functionality if FIXED_LOCAL_SIZE_COMP is used 2021-08-02 12:00:17 +02:00
m23800-optimized.cl
m23800-pure.cl Fix self-test functionality if FIXED_LOCAL_SIZE_COMP is used 2021-08-02 12:00:17 +02:00
m23900-pure.cl Wrap atomic functions with hc_ prefix to have better platform control 2021-04-20 17:47:44 +02:00
m24100-pure.cl
m24200-pure.cl
m24300_a0-optimized.cl
m24300_a0-pure.cl Add files via upload 2020-10-20 19:44:52 +01:00
m24300_a1-optimized.cl
m24300_a1-pure.cl
m24300_a3-optimized.cl
m24300_a3-pure.cl
m24410-pure.cl
m24420-pure.cl
m24500-pure.cl
m24610-pure.cl Add additional support for SQLCipher v3 and hashes SHA1 and SHA256 and a unit-test 2021-03-26 11:36:41 +01:00
m24620-pure.cl
m24630-pure.cl
m24700_a0-optimized.cl
m24700_a0-pure.cl
m24700_a1-optimized.cl
m24700_a1-pure.cl
m24700_a3-optimized.cl
m24700_a3-pure.cl
m24800_a0-optimized.cl Add optimized -m 24800 kernels 2021-03-31 11:05:22 +02:00
m24800_a0-pure.cl
m24800_a1-optimized.cl
m24800_a1-pure.cl
m24800_a3-optimized.cl
m24800_a3-pure.cl
m24900_a0-optimized.cl
m24900_a1-optimized.cl
m24900_a3-optimized.cl Update -a 3 kernels to make use of new parameter salt_repeat 2021-04-22 19:42:49 +02:00
m25000-pure.cl with SNMPv3, follow optimized logic path with pw_len <= 64, update changes/readme entries 2021-08-03 22:02:50 +02:00
m25100-pure.cl with SNMPv3, follow optimized logic path with pw_len <= 64, update changes/readme entries 2021-08-03 22:02:50 +02:00
m25200-pure.cl with SNMPv3, follow optimized logic path with pw_len <= 64, update changes/readme entries 2021-08-03 22:02:50 +02:00
m25300-pure.cl
m25400-pure.cl m25400 can now recover both a owner-password and user-password (when set) based on a pdf's o-value 2021-08-20 10:16:14 +02:00
m25500-pure.cl
m25600-pure.cl
m25700_a0-optimized.cl minor whitespace fixes, per #2841 2021-06-21 07:47:22 -08:00
m25700_a1-optimized.cl
m25700_a3-optimized.cl Added some HIP version checks, fall back to OpenCL automatically 2021-08-04 20:49:22 +02:00
m25800-pure.cl
m25900-pure.cl
m26000_a0-pure.cl
m26000_a1-pure.cl
m26000_a3-pure.cl
m26100-pure.cl
m26200_a0-pure.cl
m26200_a1-pure.cl update hash-mode to 26200 2021-06-05 00:10:17 +02:00
m26200_a3-pure.cl
m26300_a0-pure.cl
m26300_a1-pure.cl
m26300_a3-pure.cl
m26401_a0-optimized.cl
m26401_a1-optimized.cl
m26401_a3-optimized.cl Added hash-mode: AES-128/192/256-ECB NOKDF 2021-06-26 17:12:10 +02:00
m26402_a0-optimized.cl
m26402_a1-optimized.cl
m26402_a3-optimized.cl Added hash-mode: AES-128/192/256-ECB NOKDF 2021-06-26 17:12:10 +02:00
m26403_a0-optimized.cl
m26403_a1-optimized.cl
m26403_a3-optimized.cl
m26500-pure.cl
m26600-pure.cl metamask: double the CT len again 2021-09-06 18:17:11 +02:00
m26700-pure.cl move to 27400, fix unit test 2021-08-10 16:35:15 +02:00
m26800-pure.cl move modules to 27500 and 27600 2021-08-12 14:33:28 +02:00
m26900-pure.cl move modules to 27500 and 27600 2021-08-12 14:33:28 +02:00
m27000-pure.cl rename to 27300, reduced the amount of memory allocated in gpu for SNMPv3 HMAC-SHA512-384 2021-08-03 21:42:42 +02:00
m27100-pure.cl Expect Hex input, removed OPTS_TYPE_PT_ALWAYS_HEXIFY, added benchmark mask. 2021-08-02 11:40:14 +02:00
m27200_a0-optimized.cl Update m27200_a0-optimized.cl 2021-08-09 18:08:33 +02:00
m27200_a0-pure.cl Fix errors and make recommended changes, set pw_max to 9 for opti kernel 2021-08-06 09:58:19 -04:00
m27200_a1-optimized.cl Update m27200_a1-optimized.cl 2021-08-09 18:07:55 +02:00
m27200_a1-pure.cl Fix errors and make recommended changes, set pw_max to 9 for opti kernel 2021-08-06 09:58:19 -04:00
m27200_a3-optimized.cl Fix errors and make recommended changes, set pw_max to 9 for opti kernel 2021-08-06 09:58:19 -04:00
m27200_a3-pure.cl Fix errors and make recommended changes, set pw_max to 9 for opti kernel 2021-08-06 09:58:19 -04:00
m27300-pure.cl rename to 27300, reduced the amount of memory allocated in gpu for SNMPv3 HMAC-SHA512-384 2021-08-03 21:42:42 +02:00
m27400-pure.cl move to 27400, fix unit test 2021-08-10 16:35:15 +02:00
m27500-pure.cl add more checks in 27500/27600 module_verify_hash 2021-08-13 13:06:32 +02:00
m27600-pure.cl add more checks in 27500/27600 module_verify_hash 2021-08-13 13:06:32 +02:00
m27700-pure.cl fixes #2674: added -m 27700 = MultiBit Classic .wallet (scrypt) 2021-09-06 19:54:22 +02:00
m27800_a0-optimized.cl Add MurmurHash3 module 2021-09-27 21:07:23 +01:00
m27800_a1-optimized.cl Add MurmurHash3 module 2021-09-27 21:07:23 +01:00
m27800_a3-optimized.cl Add MurmurHash3 module 2021-09-27 21:07:23 +01:00
markov_be.cl Unroll some of the code in the candidate generators 2020-03-04 13:30:09 +01:00
markov_le.cl
shared.cl