m1465x.cl not found - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-40.html) +--- Thread: m1465x.cl not found (/thread-10403.html) |
m1465x.cl not found - hellohihi - 10-17-2021 the opencl code of m14651, m14652 and m14653 is missing. typedef enum kern_type_luks { KERN_TYPE_LUKS_SHA1_AES = 14611, KERN_TYPE_LUKS_SHA1_SERPENT = 14612, KERN_TYPE_LUKS_SHA1_TWOFISH = 14613, KERN_TYPE_LUKS_SHA256_AES = 14621, KERN_TYPE_LUKS_SHA256_SERPENT = 14622, KERN_TYPE_LUKS_SHA256_TWOFISH = 14623, KERN_TYPE_LUKS_SHA512_AES = 14631, KERN_TYPE_LUKS_SHA512_SERPENT = 14632, KERN_TYPE_LUKS_SHA512_TWOFISH = 14633, KERN_TYPE_LUKS_RIPEMD160_AES = 14641, KERN_TYPE_LUKS_RIPEMD160_SERPENT = 14642, KERN_TYPE_LUKS_RIPEMD160_TWOFISH = 14643, KERN_TYPE_LUKS_WHIRLPOOL_AES = 14651, KERN_TYPE_LUKS_WHIRLPOOL_SERPENT = 14652, KERN_TYPE_LUKS_WHIRLPOOL_TWOFISH = 14653, } kern_type_luks_t; |