Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 249 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 249 Bytes

RSA_Server

an implementation of an RSA server (TP Securité Réseaux)

Requirements:

python 3.10 Crypto/pycryptodome package.

How to use it:

  1. run the server (python server.py).
  2. choose server mode (1).
  3. run the client (python client.py).