encrypt and hide packets in open network

0

I'm looking for a way to encrypt and hide my network traffic when connected to open networks such as universities, cafés, etc.

I know I could use a VPN to encrypt the packets, but someone monitoring the network with wireshark could still see the packets coming from my IP to the router, even when the data was encrypted. Is there a way to avoid this? Is this even possible?

Pier

Posted 2013-03-30T21:11:53.817

Reputation: 131

Answers

1

Without hacking into another system on the LAN and routing your packets that, it is not possible.

That said, depending on the network there are things you can do to make the data less trackable, including, if possible, changing the IP address you use (ie ignoring DHCP and setting up something else). This is not a good idea if you don't know the network topology because you may conflict with someone elses address and break things.

Another thing you may be able to do is to modify the MAC address associated with your network/wifi card. This will tell people the incorrect information about the device. If you change it regularly it will be difficult to pinpoint the device based on the source IP/MAC - although that still leaves them with the ability to track based on destination, time-of-day or other such parameters.

Another thing you could possibly look towards, depending on your goals (I know it has been done, I've never attempted it so I don't know the software used), could be to set up a hidden connection using steganography - foe example using a VOIP conversation as a kind of VPN wherein you imbed the information you want - this is very inefficient though).

davidgo

Posted 2013-03-30T21:11:53.817

Reputation: 49 152

1

Tor is probably the only thing that comes close to what you're after but even then someone who has access to the router logs could probably tell where it's from if not what it is or where it's going.

Col

Posted 2013-03-30T21:11:53.817

Reputation: 6 995

So using Tor the packets wouldn't appear in sniffing software such as Wireshark? – Pier – 2013-03-30T21:33:54.033

Nope they'd show up, I don't think you can avoid, that all you can do is hide what your connecting to and for what purpose. – Col – 2013-03-30T21:46:34.140