X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;h=24a4086c777891549b91825e3da80fddef786b23;hb=672458a3b692635616c23f92659a4254f188b75d;hp=e044713cd175ecf2307a8ddd217fb1245bd4ed8f;hpb=48af53e364451230afd4b38721f58c82611ba0b6;p=govpn.git diff --git a/README b/README index e044713..24a4086 100644 --- a/README +++ b/README @@ -1,27 +1,26 @@ -GoVPN is simple secure free software virtual private network daemon, -aimed to be reviewable, secure, DPI-resistant. It is written on Go. +GoVPN is simple free software virtual private network daemon, aimed to +be reviewable, secure, DPI/censorship-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 strong passphrase authenticated key agreement protocol with +augmented zero-knowledge mutual peers authentication (PAKE DH A-EKE). +Encrypted, authenticated data transport that hides message's length and +timestamps. Optional encryptionless mode, that still preserves data +confidentiality. Perfect forward secrecy property. Resistance to: +offline dictionary attacks, replay attacks, client's passphrases +compromising and dictionary attacks on the server side. Built-in +heartbeating, rehandshaking, real-time statistics. Ability to work +through UDP, TCP and HTTP proxies. IPv4/IPv6-compatibility. +GNU/Linux and FreeBSD support. -Home page: http://www.cypherpunks.ru/govpn/ -also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/ +GoVPN is free software: see the file COPYING for copying conditions. -Please send all questions, bug reports and patches to -govpn-devel@lists.cypherpunks.ru mailing list. -Also it is used for announcements. Either visit -https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel for -subscription and archive access information, or send email with the -subject "subscribe" to govpn-devel-request@lists.cypherpunks.ru. +Home page: http://www.govpn.info/ -Development Git source code repository currently is located here: -https://github.com/stargrave/govpn.git +Please send questions regarding the use of GoVPN, bug reports and +patches to govpn-devel mailing list: +https://lists.cypherpunks.ru/pipermail/govpn-devel/ -GoVPN is free software: see the file COPYING for copying conditions. +Development Git source code repository currently is located here: +https://git.cypherpunks.ru/cgit.cgi/govpn.git/ -For futher information please read either doc/govpn.info or doc/govpn.texi. +For further information please read either doc/govpn.info or doc/govpn.texi.