Skip to content

CoderAgam001/Caesar-Cipher-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher Python

A Caesar Cipher made in Python

Functions: Encryption, Decryption

Introduction Line

 ,adPPYba, ,adPPYYba,  ,adPPYba, ,adPPYba, ,adPPYYba, 8b,dPPYba,  
a8"     "" ""     `Y8 a8P_____88 I8[    "" ""     `Y8 88P'   "Y8  
8b         ,adPPPPP88 8PP"  `"Y8ba,  ,adPPPPP88 88                
"8a,   ,aa 88,    ,88 "8b,   ,aa aa    ]8I 88,    ,88 88
 `"Ybbd8"' `"8bbdP"Y8  `"Ybbd8"' `"YbbdP"' `"8bbdP"Y8 88          
            88             88                                     
           ""             88                                      
                          88                                      
 ,adPPYba, 88 8b,dPPYba,  88,dPPYba,   ,adPPYba, 8b,dPPYba,       
a8"     "" 88 88P'    "8a 88P'    "8a a8P_____88 88P'   "Y8       
8b         88 88       d8 88       88 8PP" 88
"8a,   ,aa 88 88b,   ,a8" 88       88 "8b,   ,aa 88               
 `"Ybbd8"' 88 88`YbbdP"'  88       88  `"Ybbd8"' 88
              88
              88

Type 'encode' to encrypt, type 'decode' to decrypt:

Encryption:

encode
Type your message:
hello
Type the shift number:
5
The encoded text is: mjqqt

Decryption:

decode
Type your message:
mjqqt
Type the shift number:
5
The decoded text is: hello

License:

This project is licensed under the Apache License, Version 2.0.

You're open to make changes and contribute to the project, please make a pull request!

Releases

No releases published

Packages

No packages published

Languages