An open API service indexing awesome lists of open source software.

https://github.com/stephencoady/cryptography_project


https://github.com/stephencoady/cryptography_project

Last synced: 11 months ago
JSON representation

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