Pi_
2012-02-04 22:00:33 UTC
S = ABCD
Where B is an encrypted value while C and D are hash values.
A is the only human readable thing and can take 1 of 4 possible values, and hence can have 4 different length.
Once I compared A to its 4 possible values, I have thus obtained its length.
I also know that both C and D are hash values and that they must be 20bytes long (20 chars).
How can I retrieve B without modifying S?