hashcat Forum
new module: md5 with substitution - 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: new module: md5 with substitution (/thread-10773.html)

Pages: 1 2


RE: new module: md5 with substitution - nick8606 - 05-19-2022

w - array of dwords (dword = doubleword = 4 bytes)
sizeof(w) = 64*4 = 256
You can just write
Code:
md5_update (&ctx, w, 200);
This will work.