/JavaVPN

VPN_Project

Primary LanguageJava

VPN Project - KTH

This is a course project for KTH based on the Nakov Forward Server.
It uses Java Cryptographyic libraries (JCA) Framework from Oracle

Installation

Use the src folder to extract all the java files

git clone <project name.git>
cd src

Usage

import java.net.ServerSocket
import java.util.*
import javax.crypto.*
import java.net.*
import java.security.*
import java.nio.*

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project does not use any license currently.