All Projects → jedisct1 → vtun

jedisct1 / vtun

Licence: other
A mirror of VTUN, with some changes

Programming Languages

c
50402 projects - #5 most used programming language
Yacc
648 projects
Roff
2310 projects
M4
1887 projects
Lex
420 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to vtun

Sigmavpn
Light-weight, secure and modular VPN solution which makes use of NaCl encryption (also available for Android using jnacl in "sigmavpn-android")
Stars: ✭ 531 (+848.21%)
Mutual labels:  vpn, libsodium
ios
VPN Client iOS
Stars: ✭ 46 (-17.86%)
Mutual labels:  vpn
wirelink
Experimental P2P configuration plane for Wireguard
Stars: ✭ 16 (-71.43%)
Mutual labels:  vpn
k8s-ovpn-chart
[DEPRECATED] Helm chart for a private OpenVPN server
Stars: ✭ 19 (-66.07%)
Mutual labels:  vpn
linux-cli-community
Linux command-line client for ProtonVPN. Written in Python.
Stars: ✭ 1,166 (+1982.14%)
Mutual labels:  vpn
UWPToyVpn
A UWP VPN plugin sample.
Stars: ✭ 31 (-44.64%)
Mutual labels:  vpn
android
Android eduVPN application
Stars: ✭ 80 (+42.86%)
Mutual labels:  vpn
remoteTelegramShell
control your Linux OS computer through Telegram
Stars: ✭ 73 (+30.36%)
Mutual labels:  vpn
yubi-oath-vpn
Simply insert your Yubikey and connect automatically to your TOTP-2FA-VPN.
Stars: ✭ 15 (-73.21%)
Mutual labels:  vpn
watchblob
Connect to 2-factor WatchGuard VPNs on Linux with OpenVPN
Stars: ✭ 15 (-73.21%)
Mutual labels:  vpn
nconnect
Securely connect to remote machines without the need of any server, public IP address, or publicly exposed ports.
Stars: ✭ 38 (-32.14%)
Mutual labels:  vpn
meshboi
meshboi is a mesh VPN tool created for the purposes of learning and fun
Stars: ✭ 104 (+85.71%)
Mutual labels:  vpn
lokinet
Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
Stars: ✭ 796 (+1321.43%)
Mutual labels:  vpn
VPNStatus
VPNStatus, a replacement for macOS builtin VPN Status
Stars: ✭ 107 (+91.07%)
Mutual labels:  vpn
docker-pritunl
Ubuntu Xenial + Pritunl
Stars: ✭ 109 (+94.64%)
Mutual labels:  vpn
libanonvpn
Library for TUN and TAP devices over I2P in Go Applications
Stars: ✭ 35 (-37.5%)
Mutual labels:  vpn
what-vpn
Identify servers running various SSL VPNs based on protocol-specific behaviors
Stars: ✭ 24 (-57.14%)
Mutual labels:  vpn
vpnping
Ping nordvpn servers to find the best/fast for you
Stars: ✭ 27 (-51.79%)
Mutual labels:  vpn
free-vpn
A list of free VPN services
Stars: ✭ 29 (-48.21%)
Mutual labels:  vpn
ruantiblock
Использование tor или VPN для доступа к заблокированным сайтам
Stars: ✭ 20 (-64.29%)
Mutual labels:  vpn

This is a fork of VTUN, with the following changes:

  • OpenSSL was replaced with libsodium. This requires libsodium >= 1.0.6.

  • Unauthenticated encryption schemes were replaced with hardware-accelerated AES256-GCM.

  • The static, shared key was replaced by an ephemeral keys exchange with Curve25519. The PSK is now only used to sign ephemeral public keys and parameters.

  • Protection against replay attacks was added.

  • Passwords are not kept in memory, guarded memory allocations are used for secrets.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].