Skip to content

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

Notifications You must be signed in to change notification settings

naman14310/CRC_ErrorDetection_and_BlockCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages