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.
FileTrans/README.md

17 lines
406 B
Markdown
Raw Permalink Normal View History

2020-06-24 10:32:25 +00: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>`