|
-
Jan 22nd, 2010, 11:51 AM
#1
Thread Starter
Addicted Member
How to be sure that only my application can interact with my server
Hi,
I'm developing a client/server application. If I know for sure that only my client can interact with the server, I can avoid a lot of business logic in my server since I can assert that all received data has the right format and type.
So, I'd like to know if there is some standard way to let the server knows that the client which is trying to connect is the right one.
I have thought of some kind of private handshake, but the trouble I see here is that if someone takes the ildasm tool will see how the client implements the handshake, so it'll be easy then to replicate the behaviour to cheat the server.
What would you recommend?.
Cheers.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|