Understanding Caesar Cipher in Python

preview_player
Показать описание
In this video I walk you through implementing Caesar cipher using python in a very few line of code.
This is a three part coding exercise on cipher, the next video will deal with substitution cipher in C!
Let me know if you have any question or if something is unclear!

----

----
Follow Me Online Here:

___

Have a great week! 👋
Рекомендации по теме
Комментарии
Автор

why do you need to add the start then substract it?

orion_
Автор

The Caesar cipher is useless outdated encryption that can be cracked in polynomial time. Additionally, there’s hundreds of Caesar cipher implementations in every single language imaginable readily available online.

I don’t want to sound harsh, but if you want to truly further your career and contribute to the community at large you should consider applying more creativity to your projects. Designing and implementing your own cipher would be a good start.

ArchangleTyrel