Skip to content

nani67/CaesarAlgorithm_EncDec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5920f9b · Jul 16, 2019

History

2 Commits
Jul 16, 2019
Jul 16, 2019

Repository files navigation

Caesar Algorithm for Encryption and Decryption

  • This is a small attempt to use Caesar algorithm to implement Encryption and Decryption of a String

  • This thing is just shifting ASCII values of the characters to left or right by some digits

  • The resultant will be a "Ciphertext" encrypted using "Caesar Algorithm"

How to run?

Just run the Python file using the syntax python filename.py

Enter the string you want to encypt. That's it :)

Happy Coding

Releases

No releases published

Packages

No packages published

Languages