hashcat Forum
Optimize MD5 hashcat for triple-core (MMX+ALU) - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html)
+--- Thread: Optimize MD5 hashcat for triple-core (MMX+ALU) (/thread-95.html)



Optimize MD5 hashcat for triple-core (MMX+ALU) - Dr-Tibetor - 07-27-2010

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.


RE: Optimize MD5 hashcat for triple-core (MMX+ALU) - atom - 07-28-2010

hashcat uses sse2 instructions which are nearly twice as fast as mmx instructions


RE: Optimize MD5 hashcat for triple-core (MMX+ALU) - Dr-Tibetor - 07-29-2010

Sorry, this is my mistake (for me all instructions with prefix 0F is mmx Smile), but not use sse2 + alu.
CPU processing, as well know, that instruction in parallel, where eg. destination operand first is not the source of one of the following.
If use mmx, sse, ... alu bluk "not work" This is optimizing pipeline...
IMHO this is one way for optimalization