https://github.com/stephencoady/cryptography_project
https://github.com/stephencoady/cryptography_project
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephencoady/cryptography_project
- Owner: StephenCoady
- Created: 2015-11-16T16:41:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T18:36:42.000Z (over 10 years ago)
- Last Synced: 2023-12-15T00:20:43.205Z (over 2 years ago)
- Language: Java
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Client-Server security handshake
This project is for an Applied Cryptography module taught by Jimmy McGibney
It uses Java's cryptography APIs to simulate the SSL handshake between client and server.
To use this program, just compile and run the Engine.java file. You have control over both the client and server through the menu.
By Stephen Coady and Colum Foskin