naman14310 / CRC_ErrorDetection_and_BlockCipher

Implementation of CRC error detection method on a data encrypted with block cipher.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRC Error Detection & Block Cipher

Contents :

  1. server.py
  2. client.py
  3. crc.py
  4. cipher.py

How to run :

  1. Command to run server python server.py

  2. Command to run client python client.py

Assumptions :

  1. I used following matrix for encrypting message into cypher text : A = [[-3,-3,-4], [0,1,1], [4,3,4]]
  2. I am using 1011 as CRC generator

About

Implementation of CRC error detection method on a data encrypted with block cipher.


Languages

Language:Python 100.0%