Skip to content

Dev-Cored/translator-Caesars-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

translator-Caesars-cipher

What is the Caesar cipher

The Caesar cipher, also known as Caesar shift or Caesar's code, is one of the simplest and earliest known encryption techniques. It is a type of substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet.

Libraries

Here all libraries used in code:

  • os
  • time
  • datetime
  • colorama
  • string

Install

Git clone

git clone https://github.com/Dev-Cored/translator-Caesars-cipher.git

Launch

cd translator-Caesars-cipher

python3 translator.py

About

A simple translator for the Caesar cipher.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages