|
Re: Prevent people from monitoring wireless activity
A wireless packet sniffer is one way to see the packets. Tough to do on a Windows machine, but easy for a *ix/BSD system (its a question of supported drivers).
Alternatively, an ICS-like host running a network monitor can also capture traffic.
The standard security method in either case is to always use an SSL connection for either web or email. Note that a very large majority of email providers do not use the STARTTLS connection option to force an SSL connection. It is usually possible to have your email application try to force a TLS/SSL connection, and if that fails then your email provider is not using a secure connection.
|