- server.py
- client.py
- crc.py
- cipher.py
-
Command to run server
python server.py
-
Command to run client
python client.py
- I used following matrix for encrypting message into cypher text : A = [[-3,-3,-4], [0,1,1], [4,3,4]]
- I am using
1011
as CRC generator