vote up 1 vote down star

how to see what is inside

[CDATA[I3NpZGUtYmFyIHVsIGxpIGhyLnNlcGFyYXRvciB7DQogICBoZWlnaHQ6IDAuNWVtOw0KICAgY29sb3I6IGJsYWNrOw0KICAgd2lkdGg6IDEwMCU7DQp9DQoNCmxpLnNlY3Rpb25oZWFkZXINCnsNCiAgdGV4dC1hbGlnbjogY2VudGVyOw0KICBmb250LXNpemU6IG1lZGl1bTsNCiAgYm9yZGVyLXRvcDogMnB4IGRvdWJsZSByZ2IoMTUzLDE1MywxNTMpOw0KICBib3JkZXItYm90dG9tOiAxcHggc29saWQgcmdiKDE1MywxNTMsMTUzKTsNCn0NCg0K]]
flag
What do you mean "see inside"? – Eddie Apr 19 at 3:15

1 Answer

vote up 6 vote down

There you go, the data was base64 encoded. I decoded it using an online utility. You can see the output below.

#side-bar ul li hr.separator {
   height: 0.5em;
   color: black;
   width: 100%;
}

li.sectionheader
{
  text-align: center;
  font-size: medium;
  border-top: 2px double rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}
link|flag
ohhh thanks, I didn't know it was base64. I would have googled at least. I just tried googling "decode CDATA" – sudip Apr 19 at 3:21
Yeah, it was just a guess, its not usually encoded in this manner. – Sam152 Apr 19 at 3:22
stackoverflow.com/questions/201479/… – DanM Apr 19 at 4:09
I was hoping it'd be something more risqué – J Cooper Apr 19 at 4:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.