]> Cypherpunks.ru repositories - govpn.git/blob - README
[DOC] Refactoring and some info on russian
[govpn.git] / README
1 GoVPN is simple free software virtual private network daemon, aimed to
2 be reviewable, secure, DPI/censorship-resistant, written on Go.
3
4 It uses fast strong passphrase authenticated key agreement protocol with
5 augmented zero-knowledge mutual peers authentication (PAKE DH A-EKE).
6 Encrypted, authenticated data transport that hides message's length and
7 timestamps. Perfect forward secrecy property. Resistance to: offline
8 dictionary attacks, replay attacks, client's passphrases compromising
9 and dictionary attacks on the server side. Built-in heartbeating,
10 rehandshaking, real-time statistics. Ability to work through UDP, TCP
11 and HTTP proxies. IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support.
12
13 GoVPN is free software: see the file COPYING for copying conditions.
14
15 Home page: http://govpn.info/ -> http://www.cypherpunks.ru/govpn/
16 also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/
17
18 Please send questions regarding the use of GoVPN, bug reports and
19 patches to govpn-devel mailing list:
20 https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel
21
22 Development Git source code repository currently is located here:
23 http://git.cypherpunks.ru/cgit.cgi/govpn.git/
24
25 For further information please read either doc/govpn.info or doc/govpn.texi.