I got the same too, but I don't get how endianness solves the problem either. Supposing you mean byte (and not bit) ordering, I don't see how it could change the characters (not their ordering) since each character is encoded by one byte (unless the text isn't encoded in ASCII...). And this seems to be a problem as I get some non printable characters in the "decoded" text for every value of x.theStack wrote:I got exactly the same text, with x = 21 | (254 << 8 ) | (232 << 16) | (19 << 24) = 0x13e8fe15wrtlprnft wrote:Hmm, I probably used the wrong endianness. Here's what I got, without the first four chars (presumably “i ha”) and the last one (probably an exclamation point):Easy enough to guess, though, by just trying all chars that are close to “h”ve to admit, i don`t know how i`d solve this one nyself. not#tiat this is AEl nr amything. but still, gettinf nore!tricky. oh by the way, you!are lonhnng for penguinhcity, noble solver
So we made the same mistake as many others here, choosing Big Endian instead of little endian
Can someone help me on this one please?
