Jump to content

Recommended Posts

Posted

Hello,

My Script send string frome both inputbox to server, but when somebody decompile my exe can see adres this serwer i want encryption this information

and make this script harder for reading after decompile od something

How can i do that ?

Posted

Did you try using the Obfuscator? You can check this option when compiling from Scite. But there's no secure way to crypt your program.

Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Posted

Well let's put it this way - in your program, you will need to decrypt the address to allow the program to send. Therefore, if someone decompiled the program, they could decrypt it and get the URL.

If you are only worried about them getting the domain, then you should make a secondary domain (just a small redirecting domain) and send to that.

If you want to prevent them from accessing the domain, have your program send a security key, or on your server, validate that it is the program sending the data, not the user.

Posted

But you're aware, that you could sniff the traffic between your program and the destination and then see the URL anyway?

Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Posted

But you're aware, that you could sniff the traffic between your program and the destination and then see the URL anyway?

Well maybe the best way to get around that (as I said) is through redirecting from another domain name.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...