You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KKlochko 8cbd5d5c1f
continuous-integration/drone/push Build is passing Details
Add the cracking for S-DES.
1 year ago
cryptography_s_des_exploring Add the cracking for S-DES. 1 year ago
tests Add the modules for encryption, decryption. 1 year ago
.drone.yaml Init the project. 1 year ago
.gitignore Init the project. 1 year ago
README.md Init the project. 1 year ago
poetry.lock Init the project. 1 year ago
pyproject.toml Init the project. 1 year ago
requirements.txt Init the project. 1 year ago
requirements_dev.txt Init the project. 1 year ago

README.md

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