I need to find the SHA256 hash of s string like this: part1-part2. I know the SHA256(part1), length of part1 and I know part2, but I don't know what is the contents of part1.
Is there any chance I can compute the hash of the whole string using only these three parts of information?