i am trying to make a software protection that will be activated from the server. i am using Inet control to test the system and its working fine. but now i notice that there is a big problem. when i compile and make the EXE file, then the link is visible in any hex editor which can be redirect from there. so i need to add some kind of encryption so that when someone open the program in any programs editor, then they dont see any link inside.

actually i have no knowledge in encryption, so i dont know what how i will make the url not visible inside my exe. so please help me.