: Decoding an encrypted HTML file using Javascript I am trying to decrypt the encrypted page source of an HTML file. I am searching for a decoding trick to decrypt a page containing Facebook
I am trying to decrypt the encrypted page source of an HTML file. I am searching 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 possible way to decrypt it?
More posts by @Kimberly868
1 Comments
Sorted by latest first Latest Oldest Best
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.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.