🔑Why is the program called UzChipher?
The reason why I named this program UzChipher is that my interests in cryptography started with my interest in German cryptographers.
➤Telegram Bot: LINK
📲Web Application: ---
💻Windows Application ---
🐧Linux Application ---
git clone https://github.com/akhatkulov/UzChipher-CLI.git
cd UzChipher-CLI
python3 setup.py
git clone https://github.com/akhatkulov/UzChipher-CLI.git
cd UzChipher-CLI
┎ Libraries
╏
╔ typer
╠ inquirer
╚ tabulate
For example:
python3 app.py hill m--encode uz
📌First we call the program through "python3 app.py" and specify the required encryption method i.e. "hill". Then we tell it the mode, for example "m--encode". At the end, the program should communicate with us in any language, for example, "en", that is, English
┎ Cipher Types ┎Code types ┎Sytem languages
╏ ╏ ╏
╔ Caesar ╔ Morze ╔ uz (Uzbek)
╚ HILL ╚ Mirage ╠ ru (Russian)
╚ en (English)
python3 app.py
📩Contact: LINK
# UzChipher-CLI