/tls12_server_client

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

Primary LanguagePython

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