Ok first questions waht do a/indie developers b/professional vb.net developers use to protect their exe's from decompiling hacking etc..
What software is there?
Second question:
When sending data to a PHP script using vb.net httpwebrequest (GET MEthod) how safe is it. I assume anyone with a sniffer installed can see all the links going out from their pc and they can catch our urls and get the data/passwords form them? I use a method where the PHP script requires a unique password ("&skey=mykey") so the password sent form the vb.net app has to match the one in the script, BUT if anyone got the URL going out they would then have that password as its in the URL and then they could manipulate the PHP and abuse it right?
So whats the best way to try and make sure the PHP script is only executed when its recieved data from that specific vb.net app and not if entered by a hacker in another program or browser
What software is there?
Second question:
When sending data to a PHP script using vb.net httpwebrequest (GET MEthod) how safe is it. I assume anyone with a sniffer installed can see all the links going out from their pc and they can catch our urls and get the data/passwords form them? I use a method where the PHP script requires a unique password ("&skey=mykey") so the password sent form the vb.net app has to match the one in the script, BUT if anyone got the URL going out they would then have that password as its in the URL and then they could manipulate the PHP and abuse it right?
So whats the best way to try and make sure the PHP script is only executed when its recieved data from that specific vb.net app and not if entered by a hacker in another program or browser