Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 606 Bytes

File metadata and controls

22 lines (15 loc) · 606 Bytes

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