I'll be doing a lot of traveling out of country in the next year. Do I need a VPN? My central concern is that I have my bank and brokerage on the phone. Will a good VPN provide a level of safety?
If so, what's a good one. I'm looking at NordVPN and ExpressVPN.
smart computer guys, question
Moderator: Dux
-
- Lifetime IGer
- Posts: 11367
- Joined: Thu Jan 06, 2005 10:08 pm
Re: smart computer guys, question
A VPN is a good idea if you will be banking over shared/public internet. I would go with Tunnelbear, as NordVPN had a recent breach.
https://thewirecutter.com/reviews/best-vpn-service/
https://thewirecutter.com/reviews/best-vpn-service/
One of the downsides of the Internet is that it allows like-minded people to form communities, and sometimes those communities are stupid.
Re: smart computer guys, question
I don't really see the need for a VPN. All banks have end-to-end encryption sites.
The only use I see for a VPN is accessing location-based services (your Netflix account, for instance) or bypassing your ISP restrictions (banned torrent sites).
The only use I see for a VPN is accessing location-based services (your Netflix account, for instance) or bypassing your ISP restrictions (banned torrent sites).
You ever seen a cycling plumber who wrestles with small calves, forearms and neck? Didn't think so.
Re: smart computer guys, question
If you want to be REALLLLY safe, make sure you don't connect automatically to wi-fi without the VPN. Probably in your phone wi-fi settings.seeahill wrote: ↑Tue Jan 07, 2020 12:21 am I'll be doing a lot of traveling out of country in the next year. Do I need a VPN? My central concern is that I have my bank and brokerage on the phone. Will a good VPN provide a level of safety?
If so, what's a good one. I'm looking at NordVPN and ExpressVPN.
VPN is to protect you from someone intercepting the data between your phone and the wi-fi network (or something like that). How good is end-to-end encryption if someone has intercepted your password when your were logging in?
Hanglow Joe wrote: Why do you need a program? Showing up a 1/2 hour a day and doing what you're doing is great. Try it for 4-6 weeks, you're not going to get dick cancer by not following a program.
Re: smart computer guys, question
HTTPS is secure over public hotspots. Only a public key and encrypted messages are transmitted (and these too are signed by root certificates) during the setup of TLS, the security layer used by HTTPS. The client uses the public key to encrypt a master secret, which the server then decrypts with its private key. All data is encrypted with a function that uses the master secret and pseudo-random numbers generated by each side.
Thus:
+ the data is secure because it is signed by the master secret and pseudo-random numbers
+ the master secret and pseudo-random numbers are secure because it uses public-private key encryption when the TLS handshake occurs
+the public-private key encryption is secure because:
- the private keys are kept secret
- public-private key encryption is designed to be useless without the private key
- the public keys are known to be legitimate because they are signed by root certificates, which either came with your computer or were specifically authorized by you (pay attention to browser warnings!)
Thus, your HTTPS connections and data are safe as long as:
+ you trust the certificates that come with your computer,
+ you take care to only authorize certificates that you trust.
Using a VPN only adds a new layer of potential snooping (you have to trust them not to spy your traffic).
You ever seen a cycling plumber who wrestles with small calves, forearms and neck? Didn't think so.
Re: smart computer guys, question
Thanks! So, if I log in to websites I already know, even while travelling, I don't need a VPN at all? I thought it was a necessary expense..SubClaw wrote: ↑Tue Jan 07, 2020 3:26 pmHTTPS is secure over public hotspots. Only a public key and encrypted messages are transmitted (and these too are signed by root certificates) during the setup of TLS, the security layer used by HTTPS. The client uses the public key to encrypt a master secret, which the server then decrypts with its private key. All data is encrypted with a function that uses the master secret and pseudo-random numbers generated by each side.
Thus:
+ the data is secure because it is signed by the master secret and pseudo-random numbers
+ the master secret and pseudo-random numbers are secure because it uses public-private key encryption when the TLS handshake occurs
+the public-private key encryption is secure because:
- the private keys are kept secret
- public-private key encryption is designed to be useless without the private key
- the public keys are known to be legitimate because they are signed by root certificates, which either came with your computer or were specifically authorized by you (pay attention to browser warnings!)
Thus, your HTTPS connections and data are safe as long as:
+ you trust the certificates that come with your computer,
+ you take care to only authorize certificates that you trust.
Using a VPN only adds a new layer of potential snooping (you have to trust them not to spy your traffic).
](https://www.irongarmx.net/phpbbdev/images/smilies/eusa_wall.gif)
Hanglow Joe wrote: Why do you need a program? Showing up a 1/2 hour a day and doing what you're doing is great. Try it for 4-6 weeks, you're not going to get dick cancer by not following a program.
Re: smart computer guys, question
The only real advantage of using a VPN is that all your traffic will be obscured, so the WiFi provider won't possibly know how many times you Googled "transgender amputee midget porn".
But if all you care about is keeping your bank transactions secure, as long as you can see a padlock icon displayed on your browser, it will be fine. For instance, iGx is NOT a secure site, so anyone could potentially be able to snoop around and steal your credentials.
But you can always post on the StrongFirst forum (which is a secure site) in the meantime.
But if all you care about is keeping your bank transactions secure, as long as you can see a padlock icon displayed on your browser, it will be fine. For instance, iGx is NOT a secure site, so anyone could potentially be able to snoop around and steal your credentials.
But you can always post on the StrongFirst forum (which is a secure site) in the meantime.

You ever seen a cycling plumber who wrestles with small calves, forearms and neck? Didn't think so.