hashcat Forum

Full Version: new module: md5 with substitution
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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.
Pages: 1 2