From 66594dd8e995e4ca36206c2cff8b41618f3f6f0e Mon Sep 17 00:00:00 2001 From: wangyu- Date: Tue, 22 Sep 2020 18:16:38 -0400 Subject: [PATCH] Updated Notes on encryption (markdown) --- Notes-on-encryption.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Notes-on-encryption.md b/Notes-on-encryption.md index e040f2b..d1cf8e1 100644 --- a/Notes-on-encryption.md +++ b/Notes-on-encryption.md @@ -24,5 +24,8 @@ To prevent replay a whole connection, udp2raw client and server will challenge e To prevent replay the packets inside a connection, udp2raw packages are sequenced and an anti-replay-widnows is used to filter duplicated packets. +### Others +###### why not mentioning wireguard in this article +WireGuard is a more modern VPN compared to openvpn, it's indeed worth mentioning. The reason I only mentioned openvpn in this article is that I haven't look into the protocol of wireguard yet. I am not sure, but I think what I said for openvpn also applies to wireguard.