Tagged Questions
4
votes
2answers
188 views
IPsec - when to use AH only?
As far as I know, AH only covers integrity and authentication. So, suppose that an intermediate router receives the packet with AH and not ESP. Then, can't the router open its content (<- and ...
4
votes
1answer
1k views
Is L2TP as secure as IPSEC for VPNs?
Is it as secure to use L2TP for VPN access, rather than IPSEC? Am I introducing any risks by using L2TP?
11
votes
7answers
9k views
What is the difference in security between a VPN- and a SSL-connection?
I would like to design a client-server application where the server is placed on Internet. I assume that I could set up the client-server connection using VPN (is it using IPSec?) or using a SSL ...