Giter Site home page Giter Site logo

nnennandukwe / cybercipher Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.53 MB

[WIP] A cryptographic string encryption program implementing the Caesar Cipher using Python.

Home Page: https://cybercipher.herokuapp.com/

Python 53.10% HTML 46.90%
python cryptography cipher cipher-algorithms flask

cybercipher's Introduction

Cyber Cipher

A cryptographic Caesar Cipher Encryption Program

Cyber Cipher is designed to take in a string of characters a user enters in in order to return an encrypted version of the string.

Here's the live app site: https://cybercipher.herokuapp.com

Learn more about this cryptographic algorithm here https://en.wikipedia.org/wiki/Caesar_cipher


cyber cipher

Requirements

  • Python 2.7 / 3+
  • Jinja2 (Templating Engine)
  • Flask

How To Run

  • Git clone repository
  • Install above requirements one at a time with pip install insert-name-here
  • In your Terminal, run python main.py

Technologies Utilized

  1. Python 3.6+
  2. Flask
  3. Jinja2 as an HTML templating engine
  4. HTML5
  5. CSS3
  6. Semantic UI framework
  7. Heroku for deployment & Procfile
  8. Pipenv for build pack

Why I Built The Cyber Cipher

I was looking for interesting projects to build where I could set up a server and focus more on backend than frontend code. I wanted to utilize modern technologies while excluding unnecessary build tools for the sake of simplicity and thus, lack of necessity.

What I'm Learning While Building This Program

  • Software Architecture matters more than any other aspect of building an app or program that implements client and server-side development.
  • Do not assume the data structure of what certain methods from imported packages and/or modules will return. Read the documentation for interpreting/ingesting such data.

Impending Feature Additions

  1. Docker container implementation
  2. Additional cryptographic cypher implementations with sidebar menu of options
  3. Information / Definition glossary page as tab in sidebar menu of cipher options
  4. Hot reloading for server in order to reduce amount of server kills from errors

Current Limitations to the Program

  • Users cannot enter in special characters (non English alphabetic characters into encryption input field without causing an error in the program
  • Users must enter in a string with no whitespace as a result of KeyError
  • No testing for this program has occurred on machines with other operating systems
  • Lack of error handling in order to reroute program and prevent server crashes
  • Lack of rerouting and input value clearing subsequent to running the encryption program successfully

cybercipher's People

Contributors

nnennandukwe avatar

Watchers

James Cloos avatar

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.