No description
This repository has been archived on 2022-08-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
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

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>