HTML Obfuscation

By | November 17, 2020

Experimenting recently with obfuscation I decided to do some muddling code myself. I chose to change HTML page to make it difficult for understanding. For this purpose I created small encoder which coverts ASCII string to HTML entity presenting. This encoder is implemented in JavaScript and it is here. Then I using this encoder I replaced all values of hyperlinks, styles, classes and other attributes in obfuscated.html file with HTML entity presentation. And what I got (click on image to enlarge):
obfuscated.html source code
Is it more difficult to comprehend what HTML is about?

Leave a Reply

Your email address will not be published. Required fields are marked *