Saltar al contenido principal

Is WireGuard really the "gold standard" now, and do budget VPNs implement it well?

Comentarios

1 comentario

  • Aaron Bloom

    Wireguard is an intentionally minimum VPN technology, it is designed to have other things built on top of it. This gives advantages like less code to review and maintain which should be less likely to  have a security vulnerability.
    Wireguard is only a point to point, uses public/private key pairs for authentication and static IP addressing.


    OpenVPN on the other hand has a broad feature set that can prove really useful when managing large networks with dynamic addressing, multiple authentication methods and many options that can prove really useful to have in the VPN configuration file.

    In terms of speed most of Wireguard's advantage is due to it running the VPN in the kernel, OpenVPN is actually working toward this with version 2.7 that will have Data Channel Offload (DCO) that will significantly close the gap.

    The big takeaway I would give though is a lifetime plan is not viable for these type of VPN's as the data has to travel through the server and that has a cost so how long will your $20 last? 

     

    1

Iniciar sesión para dejar un comentario.