I want to find a md5 string which meet the result. After append the md5 with a known string. For example: Given string: "abcde" find a md5 string(md5_str). Suppose it is:"XXXXX"
Appended string is: "abcdeXXXXX". And its md5 is just md5_str.
md5(abcdeXXXXX) = XXXXX