Mobile app version of vmapp.org
Login or Join
Kimberly868

: 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

@Kimberly868

Posted in: #Ajax #Javascript #Jquery

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?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Kimberly868

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cody1181609

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.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme