This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Ben Goldsworthy 9a1b71b952 Initial commit 2020-06-24 11:32:25 +01:00
bin/dat Initial commit 2020-06-24 11:32:25 +01:00
src Initial commit 2020-06-24 11:32:25 +01:00
.gitignore Initial commit 2020-06-24 11:32:25 +01:00
LICENSE.md Initial commit 2020-06-24 11:32:25 +01:00
README.md Initial commit 2020-06-24 11:32:25 +01:00

README.md

FileTrans

(c) Ben Goldsworthy 2017

Description

FileTrans is a program to securely connect to a server using Diffie-Hellman session keys in order to retrieve and decrypt an encrypted file.

Running

To run the server:

java -jar diffiehellmanserver.jar <port> <p> <g> <secret> <filename>

To run the client:

java -jar dh.jar <ip-address> <port> <p> <g> <secret>