# 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

` To run the client: `java -jar dh.jar

`