Skip to content

A simple Simulation for attacking weakness in encrypted communication using Caesar Cipher.

Notifications You must be signed in to change notification settings

u-ahmedofficial/CaesarBrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

CaesarBrute

A very simple Simulation of insecure encrypted communication between two end users using Caesar Cipher. It also explains the decryption of the cipher using BruteForce.

Prerequisites

  • Windows 7,8,10 / Linux / OSX

  • Python2 / Python3

  • Netifaces Library

Installing

  • For installing python3 on linux:
sudo apt-get install python3
  • OSX
brew install python3
  • Installing Netifaces
python3 -m pip install netifaces

Usage

  • Run cryptServer.py (Peer 1)
python3 cryptServer.py
  • Run cryptClient.py (Peer 2)
python3 cryptClient.py

About

A simple Simulation for attacking weakness in encrypted communication using Caesar Cipher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages