nerdynerd09 / Caeser-Cipher

This is a simple tool which converts a plaintext into Caeser Cipher.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caeser-Cipher

  • This is a python tool which converts a plaintext into Caeser Cipher and Caeser Cipher into plaintext.

  • It has a key value of 5.

  • Download the tool on your machine -->

  1. Either by downloading the zip file or OR
  2. By using the git command - git clone https://github.com/nerdynerd09/Caeser-Cipher.git

Run it using the following command -->

[+] python Caesar_Cipher.py

Enjoy!!

[+] You might need to install regex using --> pip install regex

About

This is a simple tool which converts a plaintext into Caeser Cipher.


Languages

Language:Python 100.0%