Is it possible to decrypt traffic data on OpenVPN?

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
innogen
OpenVPN Power User
Posts: 87
Joined: Sun May 22, 2011 8:14 am

Is it possible to decrypt traffic data on OpenVPN?

Post by innogen » Thu Aug 25, 2011 8:16 pm

I am a newbie to VPN and OpenVPN technology.

I have a question.

When I signed up with the commercial OpenVPN service provider, I was provided *.crt, *.key and ta.key.

Will the commercial OpenVPN service provider be able to decrypt my traffic data that I send to or receive from websites?

User avatar
krzee
Forum Team
Posts: 728
Joined: Fri Aug 29, 2008 5:42 pm

Re: Is it possible to decrypt traffic data on OpenVPN?

Post by krzee » Thu Aug 25, 2011 8:25 pm

Yes.
Unless you also have encryption between yourself and the website (such as SSL).
OpenVPN secures the connection between the openvpn client and the openvpn server. Between the server and the website, everything is as it would be if openvpn was not involved.
You can sniff the tun interface to see whats happening inside the vpn tunnel (unencrypted)... Your provider could do this as well.

innogen
OpenVPN Power User
Posts: 87
Joined: Sun May 22, 2011 8:14 am

Re: Is it possible to decrypt traffic data on OpenVPN?

Post by innogen » Fri Aug 26, 2011 10:21 am

krzee wrote:You can sniff the tun interface to see whats happening inside the vpn tunnel (unencrypted)... Your provider could do this as well.
Thanks for your clarification, krzee.

Other than myself and my commercial OpenVPN service provider, no other individual can sniff my traffic?

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Is it possible to decrypt traffic data on OpenVPN?

Post by janjust » Fri Aug 26, 2011 10:33 am

as soon as the decrypted traffic leaves your provider then somebody can sniff it ; the only thing a VPN does , is secure the traffic between two endpoints. In most cases those two endpoints are your PC (the client) and the VPN provider. From a device to your PC people can sniff traffic, and from the VPN provider to anywhere else somebody can (in theory) sniff traffic.

Post Reply