Skip to content

zhiif/caesar-cipher-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher Tools

PyPI - Python Version GitHub Release GitHub Release GitHub License GitHub last commit

scrcpy

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.

Contents

Description

This tool has the function of encrypting and decrypting the Caesar cipher text. Make sure you have met all the requirements

Requirements

Important

  • git to clone the repository
  • This tool run on Python3. Install it if you don't have it.
  • Root privilege (for Linux users)
Installation git
# linux/termux
apt install git

# windows
Visit the official Git site for installation instructions.

Tip

Download git for windows

Installation Python3
#linux/termux
apt install python3

#windows
Download from the official website or the Microsoft Store.

Tip

Download Python for windows

Installation

Linux/termux

# 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 caesar

Tip

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.

Windows

# Clone repository
git clone https://github.com/zhiif/caesar-cipher-tools.git

# Go to the directory.
cd caesar-cipher-tools

# See directory contents.
dir

Tip

If you using windows Make sure you have met all the requirements

Use

The execution is quite simple. Just type the following command:

# Linux/termux
./caesar

# windows
sh caesar

Previews

Encrypt Decrypt
img img