Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > How to protect your privacy while on WiFi ?

Reply
Thread Tools Display Modes

How to protect your privacy while on WiFi ?

 
 
wylbur37
Guest
Posts: n/a

 
      09-10-2007, 04:23 PM
When using the Internet via WiFi at a public place such as a library
or cafe, it is conceivable that the people running the router
could be capturing all of your transmissions and therefore
could be recording your name, account numbers, etc.

Are there ways to prevent or minimize this hazard?

For example, would it help to use something like Torpark?

What would you recommend?

 
Reply With Quote
 
 
 
 
R. McCarty
Guest
Posts: n/a

 
      09-10-2007, 04:34 PM
Just make sure you only send sensitive data when the "Lock" symbol
is closed ( If using IE ) which denotes an encrypted transmission using
https.

"wylbur37" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> When using the Internet via WiFi at a public place such as a library
> or cafe, it is conceivable that the people running the router
> could be capturing all of your transmissions and therefore
> could be recording your name, account numbers, etc.
>
> Are there ways to prevent or minimize this hazard?
>
> For example, would it help to use something like Torpark?
>
> What would you recommend?
>



 
Reply With Quote
 
Tom Porterfield
Guest
Posts: n/a

 
      09-10-2007, 04:34 PM
wylbur37 wrote:
> When using the Internet via WiFi at a public place such as a library
> or cafe, it is conceivable that the people running the router
> could be capturing all of your transmissions and therefore
> could be recording your name, account numbers, etc.
>
> Are there ways to prevent or minimize this hazard?
>
> For example, would it help to use something like Torpark?
>
> What would you recommend?


My first recommendation is to not use public WiFi networks to send
personally identifiable data.

If you do plan on sending private or personal information from a public
WiFi then make sure you are using a secure protocol such as SSL or
other. This will insure the data is properly encrypted and only
readable on the server holding the certificate.
--
Tom Porterfield
 
Reply With Quote
 
me
Guest
Posts: n/a

 
      09-10-2007, 04:44 PM
Tunnel your traffic through a secure SOCKS server.
 
Reply With Quote
 
Dana
Guest
Posts: n/a

 
      09-10-2007, 05:11 PM

"wylbur37" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> When using the Internet via WiFi at a public place such as a library
> or cafe, it is conceivable that the people running the router
> could be capturing all of your transmissions and therefore
> could be recording your name, account numbers, etc.
>
> Are there ways to prevent or minimize this hazard?


Do not use public wifi, and if you do, do not send sensitive items over the
link.
>
> For example, would it help to use something like Torpark?


Seems Torpark will not help on the wireless part at all.
>
> What would you recommend?
>



 
Reply With Quote
 
rms
Guest
Posts: n/a

 
      09-10-2007, 06:06 PM
> When using the Internet via WiFi at a public place such as a library
> or cafe, it is conceivable that the people running the router
> could be capturing all of your transmissions and therefore
> could be recording your name, account numbers, etc.


Yep. Or in the Evil Twin attack, someone could set up their own AP and
force your pc to attach to it. There is also 'cookie hijacking', whereby if
your connection is unencrypted, it is a utility-and-one-click away from
being hijacked and someone reading all your emails.

> Are there ways to prevent or minimize this hazard?
> For example, would it help to use something like Torpark?


Torpark is now 'Xerobank'
http://xerobank.com/xB_browser.html
It looks like you are talking about browsing from other people's machines,
so this is a good option, but remember there could still be keyloggers and
such running on those machines to steal information, and you'd never know.
Keyloggers can be bypassed somewhat by cuttingandpasting from a file on a
thumbdrive or by using one of the various programs designed to defeat them.

If on your own machine, I've also been using another free VPN service,
Anchorfree
http://anchorfree.com/
which does add ad banners to some sites, but works fine for me the few times
I've used it.
http://www.witopia.net/ is another, there are others.

rms


 
Reply With Quote
 
HeyBub
Guest
Posts: n/a

 
      09-10-2007, 06:46 PM
wylbur37 wrote:
> When using the Internet via WiFi at a public place such as a library
> or cafe, it is conceivable that the people running the router
> could be capturing all of your transmissions and therefore
> could be recording your name, account numbers, etc.
>
> Are there ways to prevent or minimize this hazard?
>
> For example, would it help to use something like Torpark?
>
> What would you recommend?


Doesn't matter. If they want to know, they'll know. Consider the following:

Police: "Did you call regarding a man exponsing himself?"
Librarian: "Yes, it happened right over there at that public terminal."
Police: "Do you know who it was or have surveillance tapes?"
Librarian: "Yes, but you can't see them."
Police: "Why not?"
Librarian: "Because we value the privacy of our patrons."
Police: "(???) Well, what CAN you tell us?"
Librarian: "That you'll have to have a warrant."
(pause)
Police: "We don't need no stinkin' warrant! (hits librarian with stick) Now
you give it up or I'll beat you so hard, you won't be able to lie down!"



 
Reply With Quote
 
Mark Shroyer
Guest
Posts: n/a

 
      09-10-2007, 06:58 PM
On 2007-09-10, me <(E-Mail Removed)> wrote:
> Tunnel your traffic through a secure SOCKS server.


Using an encrypted SOCKS proxy is a good solution for securing
individual applications, but it has some limitations. In
particular: When using SOCKS to protect Web traffic, your HTTP
requests and responses themselves will be encrypted as per your web
browser's proxy configuration, but DNS requests generally will not.
So while nobody on the wireless LAN would be able to directly see
the pages you're looking at, they could easily tell precisely which
Web servers you visit unless you take extra care to ensure that the
browser bypasses the system DNS resolver, querying the SOCKS server
instead (e.g., the network.proxy.socks_remote_dns setting in
Firefox).

Torpark, now known as xB Browser, also provides HTTP traffic
encryption (over the Tor network, which itself uses a SOCKS
interface). I'd imagine that it goes the extra step in tunneling
DNS traffic by default, but I can't speak from personal experience.

For my part I protect my privacy on untrusted networks with OpenVPN.
I have a couple OpenVPN instances on my home network's gateway, one
of which is configured to push a local default route and DNS server
to clients. So when I connect my laptop to this VPN (using Angelo
Laub's excellent Tunnelblick front-end for OS X), none of my Web,
DNS, IM, or email traffic is legible to anybody on the wireless LAN.
And as an added benefit, I get access to all the file shares and
other services behind the NAT on my home network.

If you have a spare old PC lying around and a reasonable amount of
experience with Unix systems, I highly recommend setting up an
OpenBSD home router with OpenVPN. Not only do you get a secure
firewall and VPN solution, but once you have a full-fledged BSD
server as your network gateway you'll discover no end of handy uses
for the machine, which simply would not have been possible with a
Linksys or Netgear from Best Buy.

If you're interested in running your own VPN, I'd be happy to email
you the self-reference system configuration manual that I wrote
while installing my OpenBSD / OpenVPN gateway. (I'm planning to put
it up on my web page eventually, but I haven't yet had the chance to
proofread it for spelling and technical errors.) It might sound
intimidating, but OpenVPN is in fact fantastically simple to set up
if you have any Unix or Linux experience whatsoever.

References:
http://openvpn.net/
http://www.tunnelblick.net/
http://www.openbsd.org/

--
Mark Shroyer
http://markshroyer.com/
 
Reply With Quote
 
rms
Guest
Posts: n/a

 
      09-10-2007, 07:02 PM
> For my part I protect my privacy on untrusted networks with OpenVPN.

Great *if you can install a home server*. witopia/anchorfree/etc also
use the vpn concept (witopia is built on openvpn i think) but you just
install a simple app on the laptop and use their servers for the tunnel.

rms


 
Reply With Quote
 
Unruh
Guest
Posts: n/a

 
      09-11-2007, 04:01 PM
wylbur37 <(E-Mail Removed)> writes:

>When using the Internet via WiFi at a public place such as a library
>or cafe, it is conceivable that the people running the router
>could be capturing all of your transmissions and therefore
>could be recording your name, account numbers, etc.


Use ssh.
But the greater danger is taht they have put trojaned files onto the
computers. Thus you cannot really trust the puttyssh they installed for
example, or even the keyboard, since that could be captured.
If it is your own computer, then use ssh, and do not use web browsers.



>Are there ways to prevent or minimize this hazard?


>For example, would it help to use something like Torpark?


>What would you recommend?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
what exactly is WPA passord protect? jack22 Wireless Internet 2 09-08-2011 11:45 AM
Clean Space 9-The best way to protect Online Privacy Marc Windows Networking 0 03-19-2006 04:53 AM
Protect the resources Gert Nielsen Windows Networking 2 07-15-2005 04:14 PM
How To Protect Yourself!? CoolMeEddY Wireless Internet 7 01-07-2005 09:47 AM
How To Protect Yourself!? CoolMeEddY Wireless Internet 3 01-03-2005 08:22 PM



1 2 3 4 5 6 7 8 9 10 11