Live data from Hacker News

YouTube is down

youtube.com

11–20 of 31 posts

Re: YouTube is down

#14
post #4

+1; getting their 500 page with some info that looks like it's base64 encoded, but it doesn't decode to anything useful running it through `echo -n '[...]' |base64 -d` . Any ideas what format that is?

I'm going with everybody else, it's an encrypted stack trace. Every reload is entirely different rather than small portions changing, so we can assume it's something like AES rather than a simple XOR. If it were a simpler encoding we would see largely similar areas with just small sections changed for server IDs and timestamps. The distribution of the data is for all intents random, and it's too big to be an identifier on it's own, so that's the only logical explanation I can come up with.

Re: YouTube is down

#19
post #4

+1; getting their 500 page with some info that looks like it's base64 encoded, but it doesn't decode to anything useful running it through `echo -n '[...]' |base64 -d` . Any ideas what format that is?

the decoded data has a frequency distribution similar to random output so probably encrypted :) maybe that did something lolzy like stream cipher with the same key.
Post reply on HN