2023-12-19 12:14:12 +02:00
2023-11-26 20:15:07 +02:00
2023-11-26 20:15:07 +02:00
2023-11-26 20:15:07 +02:00
2023-11-26 20:15:07 +02:00
2023-11-26 20:15:07 +02:00
2023-11-26 20:15:07 +02:00
2023-11-26 20:15:07 +02:00

cryptography-s-des-exploring

cryptography-s-des-exploring is the application that will help you to learn about the S-DES cipher.

Install

Ensure that python and pip are installed:

python --version
python -m pip -V
# or
python3 --version
python3 -m pip -V

Install the dependencies:

pip install -r requirements.txt
# or
pip3 install -r requirements.txt

Run the main file:

python3 -m cryptography_s_des_exploring.main

Author

Kostiantyn Klochko (c) 2023

S
Description
No description provided
Readme
39 KiB
Languages
Python 100%