How do I protect my program’s from packet sniffers?
e.g. I don’t want packet sniffers to be able to see where my program connects to.
What is the best way to counter packet sniffing?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The package content can always be encrypted, but the destination address always needs to be visible for the packets to be routed correctly.
The only way to hide the destination would be to use a proxy and encrypt the message containing the real destination. This only protects the path from the source to the proxy however.