Aishanipach / Beginners-Python-Projects

Open-source python projects and scripts for newbies!
22 stars 39 forks source link

Added Caeser Cipher #40

Closed Damsith-LK closed 1 year ago

Damsith-LK commented 1 year ago

Caeser Cipher is a simple encryption method. You can just input some message and then input a shift number. Then it will give you the encrypted output

There is decryption too. You can enter the encrypted output above and enter the shift number, it would give you the decrypted message (output)