Giter Club home page Giter Club logo

cipherer's Introduction

Cipherer

Cipherer is a Python program that demonstrates five famous and traditional encryption techniques: Caesar, Playfair, Hill, Vigenere, and Vernam. Each encryption method offers a unique approach to securing information through mathematical transformations and substitution. This project was built in partial fulfillment of our network security course.

Run Project

Clone the project

  git clone https://github.com/belsabbagh/cipherer.git

Go to the project directory

  cd cipherer

Install dependencies

  pip install -r requirements.txt

Start the server

  python main.py

Build

To build this project run

   python -m PyInstaller --onefile --noconfirm --name=cipherer  main.py 

The cipher.exe file can be found in ./dist

Usage

The app window is divided into 3 vertical sections:

\begin{itemize} \item The left section is the input area where the user can enter the plaintext. \item The middle section is the control area where the user can select the encryption method and enter the encryption key. \item The right section is the output area where the user can see the encrypted text and enter encrypted text to decrypt. \end{itemize}

In the plaintext or ciphertext input area, the user can enter the text to be encrypted or decrypted. The user can also copy and paste text from other sources or open text files to be encrypted or decrypted.

In the control area, the user can select the encryption method from the dropdown menu. The user can also enter the encryption key.

\begin{itemize} \item For the Caesar cipher, the key is the number of shifts. \item For the Playfair cipher, the key is the keyword. \item For the Hill cipher, the key is a square matrix in CSV format. \item For the Vigenere cipher, the key is the keyword. \item For the Vernam cipher, the key is the keyword. \end{itemize}

cipherer's People

Contributors

belsabbagh avatar

Watchers

 avatar

cipherer's Issues

No Error Handler

There needs to be a way to handle error messages and exceptions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.