vtun/README.md

542 B

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

  • OpenSSL was replaced by Libsodium (this currently requires code from the git repository to be compiled until version 1.0.4 is out).

  • Unauthenticated encryption schemes were replaced with aesni and pclmulqdq-accelerated AES256-GCM.

  • Protection against replay attacks was added.

  • More secure key derivation and initial handshake.

  • Passwords are not kept in memory.

  • Guarded memory allocations for secrets.