Skip to content

ruchi961/CIA-Triad-ClientServer-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🟢 CIA-Triad-ClientServer-Python

Contains the CIA traid implementation in Python Language.

  • Client and Server Program exchange Data packets
  • CIA triad for these packets is ensured.
  • Python Socket Communication is used

> Information

  • Language:

  • Date Created : August 2022

> Package

  • socket
  • hashlib
  • ast

> Install Package (Dependency)

cd to_Scripts
pip install socket
pip install hashlib
pip install ast

> Output

Sender.py image image

Receiver.py Case 1 : packet sent successfully image

Case 2 : key modified from packet (key set to none to empty) image

Case: No packet received as connection is timeout image

> Download and run in Python (IDLE) :

  • Run -> Run Module