Skip to content

Lev-Shapiro/python-encryption-bagrut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ithamar Kaplan's Bagrut Project

► Caesar, Rail Fence and AES encryption using Python and a Flask website

Developed with the software and tools below.

Visual Studio Code IDE GitHub Python Flask HTML5 CSS


Quick Links


Overview

► INSERT-TEXT-HERE


Features

► INSERT-TEXT-HERE


Repository Structure

└── python-encryption-bagrut/
    ├── README.md
    ├── __pycache__
    │   └── function.cpython-311.pyc
    ├── flaskCeasar.py
    ├── function.py
    ├── static
    │   └── css
    │       └── main.css
    └── templates
        ├── data.html
        └── form.html

Modules

Python (Routes & Cipher algorithms)
File Summary
function.py ► Algorithms & Tools
flaskCeasar.py ► Main Application
Website (HTML, CSS)
File Summary
form.html ► Input details
data.html ► Algorithm result

Getting Started

Requirements

Ensure you have the following dependencies installed on your system:

  • Flask: any version

Installation

  1. Clone the python-encryption-bagrut repository:
git clone https://github.com/ithamarkap/python-encryption-bagrut
  1. Change to the project directory:
cd python-encryption-bagrut
  1. Install the dependencies:
> pip install flask

Running python-encryption-bagrut

Use the following command to run python-encryption-bagrut:

> python3 Server-Start.py

About

Ithamar Kaplan's Bagrut project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.8%
  • HTML 30.4%
  • CSS 17.8%