Jump to content

Crypth part of code


BJJ
 Share

Recommended Posts

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 ?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
 Share

×
×
  • Create New...