Optimize MD5 hashcat for triple-core (MMX+ALU)
#1
I disassembled hashcat_cli and check MD5 procedure.
Min 6 years exist triple core MD5 asm. Use two MMX and one ALU MD5 instructions paralel.
This idea is aplicable for all 32bit hash or cipher (ex. DES).

I attach example source.


Attached Files
.zip   Md5asm.zip (Size: 55.43 KB / Downloads: 17)


Messages In This Thread
Optimize MD5 hashcat for triple-core (MMX+ALU) - by Dr-Tibetor - 07-27-2010, 03:44 PM