This is a tool used to encrypt and decrypt Caesar's cipher text. This tool can run on Linux, termux, and Windows. For now, we have released the Python version which you can git clone. currently, we are developing the exe version, which later you only need to download the exe file without having to install all the requirements.
This tool has the function of encrypting and decrypting the Caesar cipher text. Make sure you have met all the requirements
Important
gitto clone the repository- This tool run on
Python3. Install it if you don't have it. - Root privilege (for
Linuxusers)
# linux/termux
apt install git
# windows
Visit the official Git site for installation instructions.Tip
Download git for windows
#linux/termux
apt install python3
#windows
Download from the official website or the Microsoft Store.Tip
Download Python for windows
# Clone repository
git clone https://github.com/zhiif/caesar-cipher-tools.git
# Go to the directory.
cd caesar-cipher-tools
# See directory contents.
ls
# Grant file permissions
chmod +x caesarTip
If you are using Linux, log in as root user, or Add sudo at the beginning of the command, except for cd caesar-cipher-tools.
# Clone repository
git clone https://github.com/zhiif/caesar-cipher-tools.git
# Go to the directory.
cd caesar-cipher-tools
# See directory contents.
dirTip
If you using windows Make sure you have met all the requirements
The execution is quite simple. Just type the following command:
# Linux/termux
./caesar
# windows
sh caesar| Encrypt | Decrypt |
|---|---|
![]() |
![]() |

