Skip to content

Latest commit

 

History

History
executable file
·
36 lines (32 loc) · 494 Bytes

README.md

File metadata and controls

executable file
·
36 lines (32 loc) · 494 Bytes

SSLP

SSLP
Secure
Lucifer
Protocol

Notes

SSLP is a protocol developed by L. Leonardi, M. Suffredini and F. Storniolo as part of the Cybersecurity Course for MsC in Computer Engineering

Build

make

Client or Server only

make client
make server

Clean

make clean

Usage

Server

./server port

Client

./client ip port

(If local use 127.0.0.1)