Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 802 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 802 Bytes

RSA & DES Client (Responder B) - Server (Initiator A)

this is communication apps between responder B dan Initiator A. implemented RSA as sharing Key, N1 and N2.

Scenario

Screenshot 2023-12-13 at 05 11 08

Start to run

  • run server :

    python server.py
    
    Screenshot 2023-12-13 at 11 41 58
  • run client :

    python client.py
    
    Screenshot 2023-12-13 at 11 42 30