Updated Notes on encryption (markdown)

wangyu- 2020-09-22 18:16:38 -04:00
parent ce508797a3
commit 66594dd8e9

@ -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.