Iam trying to decrypt the encrypted page source of an HTML file. I am serching for a decoding trick to decrypt a page containing facebook interface UI. It is in the following post decrypted facebook Ui page. The demo page of that post is encrypted. Is there any posible way to decrypt it?
That's not really encrypted, just encoded. The answer's actually right there in the source. You need to run all that stuff between the innermost quotes through the Javascript unescape() function. Here's a handy page for it: Online Unescape Decoder and Encoder. |
|||
|