Skip to content

A very oversimplified server/client implementing a simplified, insecure version of TLS 1.2. For a class on security.

Notifications You must be signed in to change notification settings

nixen97/tls12_server_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the client

The client has two modes of operation:

  • Interactive
  • Fire once

To send messages directly from the commandline, do:

python client.py --servip localhost --servport 7007 testmsg1 testmsg2 [...]

To get an interactive prompt do:

python client.py --servip localhost --servport 7007 --interactive

About

A very oversimplified server/client implementing a simplified, insecure version of TLS 1.2. For a class on security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published