Assume that we have (know):
- Hash(A)
- Length of A
- A's character type ([0->9],[a->z])
- A is a string
- Everything about B (original string, Length, etc.)
- HashMethod SHA256
- Note: A's original value is unknown
Is there a way to use that information to create Hash(A||B) [|| is concatenate {"a" || "b" -> "ab" for example}]