Skip to content
forked from luigix25/SSLP

A secure way to transfer files between two peers, using certificates

Notifications You must be signed in to change notification settings

fstorniolo/SSLP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A secure way to transfer files between two peers, using certificates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.8%
  • Makefile 4.7%
  • Other 1.5%