Skip to content

anaskalt/CaesarCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

CaesarCrypt

Caesar cipher decryption script written in python.

left shifting

This script use greek alphabet. To change the alphabet go to second line and change alphabet input.

alphabet     = 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ'
alphabet     = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'

Requirements

Python 3.6 or newer.

Usage

To run this script, execute:

python3 caesar_decrypter.py

About

Simply script for decrypt caesar cipher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages