At work for another 2 hours, when I arrive home I intend to do some processing on the released image to:
a) Isolate the "hidden" strings more clearly
b) See if anything else stands out postprocess
I've wondered about hexadecimal as well. Perhaps we're intended to first translate hexadecimal to alphanumerical (ie ASCI) and then do some additional decoding from there. The fact that an anagram of the letters can yield "alphanumerical" together with the fact that decoding hex -> ASCI would essentially mean you've taken the given input and transformed it from hex -> alphanumerical has certainly got me thinking... hex would be confined to 0-9 A-F, so patterns which correlate with possibly being hex should definitely be noted, as should those which could not possibly be hex.
Last edited by mattb150; 01-26-2017 at 08:52 AM..
|