Change Initialization algorithm MD5
#1
Bug 
Hello, I want to use MD5 hash search, please tell me how can I change the initial idea of the MD5 algorithm?

This is the default value:
"0x01, 0x23, 0x45, 0x67,
 0x89, 0xAB, 0xCD, 0xEF"

I need to set my initialization key, since part of the file has already been calculated by the MD5 algorithm and I need to substitute an unknown password.
Reply