Skip to content

Simple Python String Encryptor/Decryptor based on Caesar Shift

Notifications You must be signed in to change notification settings

friedunit/caesar-shift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple Python String Encryptor/Decryptor based on Caesar Shift

This is a simple Python program with 2 functions to encrypt and decrypt a String argument. The shift parameter key will shift the alphabet that many spaces and create the cypher dictionary which will allow for simple mapping of the alphabet list with cypher list. To decrypt the string, the arguments must be the encrypted String and the same shift key that was used for encryption.

Releases

No releases published

Packages

No packages published

Languages