► Caesar, Rail Fence and AES encryption using Python and a Flask website
Developed with the software and tools below.
► INSERT-TEXT-HERE
► INSERT-TEXT-HERE
└── python-encryption-bagrut/
├── README.md
├── __pycache__
│ └── function.cpython-311.pyc
├── flaskCeasar.py
├── function.py
├── static
│ └── css
│ └── main.css
└── templates
├── data.html
└── form.html
Python (Routes & Cipher algorithms)
File | Summary |
---|---|
function.py | ► Algorithms & Tools |
flaskCeasar.py | ► Main Application |
Requirements
Ensure you have the following dependencies installed on your system:
- Flask:
any version
- Clone the python-encryption-bagrut repository:
git clone https://github.com/ithamarkap/python-encryption-bagrut
- Change to the project directory:
cd python-encryption-bagrut
- Install the dependencies:
> pip install flask
Use the following command to run python-encryption-bagrut:
> python3 Server-Start.py