Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 578 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 578 Bytes

Project_VPN

This is a Internet Security Course Project. It is a SSL-based VPN and the design and implementation of SSL VPNs exemplify a number of security principles and technologies, including crypto, integrity, authentication, key management, key exchange, and Public-Key Infrastructure (PKI).

Future Plan:

  • Use Pipe to realize communication between UDP process and TCP process.
  • Realize multiple TCP clients handling.
  • Optimize the key exchange.