Cloudflare's VPN Warp Is Switching from WireGuard to Masque
blog.cloudflare.com
Cloudflare's VPN Warp Is Switching from WireGuard to Masque
1–10 of 11 posts
Re: Cloudflare's VPN Warp Is Switching from WireGuard to Masque
#2Re: Cloudflare's VPN Warp Is Switching from WireGuard to Masque
#3Isn't WireGuard post-quantum safe with pre-shared keys?
> ...connections are made through port 443, which for both TCP and UDP blends in well with general HTTP/3 traffic and is less susceptible than Wireguard to blocking.
HTTP3 over QUIC is blanket blocked in many countries (due to QUIC's built-in censorship resistance).
Re: Cloudflare's VPN Warp Is Switching from WireGuard to Masque
#4> Finally, neither the protocol nor the cryptography it uses are standards-based, making it difficult to keep up with the strongest known cryptography (post-quantum crypto, for example). Isn't WireGuard post-quantum safe with pre-shared keys? > ...connections are made through port 443, which for both TCP and UDP blends in well with general HTTP/3 traffic and is less susceptible than Wireguard to blocking. HTTP3 over…
Edit, correction: the one considered standard algorithm was broken https://www.theregister.com/2022/08/03/nist_quantum_resistan...
And yes, anything which uses symmetrical keys is post-quantum safe. But you can't always use them and there are other problems.
Re: Cloudflare's VPN Warp Is Switching from WireGuard to Masque
#5> Finally, neither the protocol nor the cryptography it uses are standards-based, making it difficult to keep up with the strongest known cryptography (post-quantum crypto, for example). Isn't WireGuard post-quantum safe with pre-shared keys? > ...connections are made through port 443, which for both TCP and UDP blends in well with general HTTP/3 traffic and is less susceptible than Wireguard to blocking. HTTP3 over…
Probably not post-quantum safe. The first standards just came last year. And there are still arguments that these standards are not good enough. Some were compromised already. Edit, correction: the one considered standard algorithm was broken https://www.theregister.com/2022/08/03/nist_quantum_resistan... And yes, anything which uses symmetrical keys is post-quantum safe. But you can't always use them and there are o…
Re: Cloudflare's VPN Warp Is Switching from WireGuard to Masque
#6@aofeisheng please see the HN guidelines: "Otherwise please use the original title, unless it is misleading or linkbait; don't editorialize."
Re: Cloudflare's VPN Warp Is Switching from WireGuard to Masque
#7> Finally, neither the protocol nor the cryptography it uses are standards-based, making it difficult to keep up with the strongest known cryptography (post-quantum crypto, for example). Isn't WireGuard post-quantum safe with pre-shared keys? > ...connections are made through port 443, which for both TCP and UDP blends in well with general HTTP/3 traffic and is less susceptible than Wireguard to blocking. HTTP3 over…
Re: Cloudflare's VPN Warp Is Switching from WireGuard to Masque
#8@dang can you please uneditorialize this title back to the original: "Donning a MASQUE: building a new protocol into Cloudflare WARP" @aofeisheng please see the HN guidelines: "Otherwise please use the original title, unless it is misleading or linkbait; don't editorialize."
> Please don't post on HN to ask or tell us something. Send it to hn@ycombinator.com.
Re: Cloudflare's VPN Warp Is Switching from WireGuard to Masque
#9Re: Cloudflare's VPN Warp Is Switching from WireGuard to Masque
#10> Finally, neither the protocol nor the cryptography it uses are standards-based, making it difficult to keep up with the strongest known cryptography (post-quantum crypto, for example). Isn't WireGuard post-quantum safe with pre-shared keys? > ...connections are made through port 443, which for both TCP and UDP blends in well with general HTTP/3 traffic and is less susceptible than Wireguard to blocking. HTTP3 over…
I'm guessing WireGuard PSK is post quantum safe, because it doesn't depend on a private/public keypair?