X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;h=7fdd2e87e8c1d227e5a84bad6476aac5cabed460;hb=cae1bf7a68f5be04942cdb96f91e5eca44232f5c;hp=e044713cd175ecf2307a8ddd217fb1245bd4ed8f;hpb=1f0e56f6a94ab99ef3b46eb1b07f65c802f508c0;p=govpn.git diff --git a/README b/README index e044713..7fdd2e8 100644 --- a/README +++ b/README @@ -1,13 +1,13 @@ GoVPN is simple secure free software virtual private network daemon, -aimed to be reviewable, secure, DPI-resistant. It is written on Go. +aimed to be reviewable, secure, DPI-resistant, written on Go. -It uses fast Diffie-Hellman Encrypted Key Exchange (DH-EKE) handshake -for mutual zero-knowledge peers authentication. Encrypted authenticated -data transport. Hiding payload messages length with noise, hiding -messages appearance fact with constant packet rate (CPR) traffic. -Perfect forward secrecy (PFS), replay attack protection, heartbeating, -rehandshaking, pre-shared authentication keys, IPv4/IPv6-compatible, -JSON real-time statistics. GNU/Linux and FreeBSD support. +It uses fast PAKE DH A-EKE for mutual strong zero-knowledge peers +authentication. Data transport is encrypted, authenticated, hides +message's length and timestamp. PFS property, resistance to dictionary +attacks, replay attacks. Built-in heartbeating, rehandshaking, real-time +statistics, IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support. + +GoVPN is free software: see the file COPYING for copying conditions. Home page: http://www.cypherpunks.ru/govpn/ also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/ @@ -22,6 +22,4 @@ subject "subscribe" to govpn-devel-request@lists.cypherpunks.ru. Development Git source code repository currently is located here: https://github.com/stargrave/govpn.git -GoVPN is free software: see the file COPYING for copying conditions. - For futher information please read either doc/govpn.info or doc/govpn.texi.