John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
Xeon Phi / MIC is indeed legacy, but this can be a little fun and easy project now that we have AVX-512 support for Argon2. It could be as easy as extending the SIMD macro checks and maybe making use of MIC's fused multiply-add (like we do in php_mt_seed).
Xeon Phi / MIC is indeed legacy, but this can be a little fun and easy project now that we have AVX-512 support for Argon2. It could be as easy as extending the SIMD macro checks and maybe making use of MIC's fused multiply-add (like we do in
php_mt_seed
).