Forum Archive

How to Create a Caesar Cipher?

IAtomboy2001

How do I create a Caesar Cipher for class?

ccc

Stackoverflow rules for general programming questions...

https://forum.omz-software.com/topic/2943/trying-to-make-an-encrypted-message-system/3

NoBetterName

Check out sympy.crypto.crypto

In autocomplete in the editor, it doesn't show up. But in the console, it does. Either way, it has a ton of encryption functions already in there, including Caesar cipher.