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
- socket
- hashlib
- ast
cd to_Scripts
pip install socket
pip install hashlib
pip install ast
Receiver.py
Case 1 : packet sent successfully

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

Case: No packet received as connection is timeout

- Run -> Run Module

