obfuscationdeobfuscation

What obfuscation is this?


I am currently a student working on a topic related to internet links and found this :

https://verinfopaypai.com/

When I put this set on the browser's search bar or when I copy it paste here it puts a link: https://verinfopaypai.com/

This link is not mine and I am not linked to this link, I stumbled upon it by chance. Is there any way to find out what obfuscation it is?

Thank you for your help


Solution

  • This isn't really obfuscation it's simply html entity encoding.

    Each &#{number}; block represents a character in html.

    You can see more about this here. https://mothereff.in/html-entities