A python code that performs a ceasar cipher. Do both encryption of a plain text or decryption for a cipher text. in ceacar cipher the key used in encryption or decryption is a single character and the message contains characters only. Have fun with my code, and try your own one.
python security cryptography crypto cipher python3 ciphers python-3 ceasar-cipher cipher-algorithms ceasar
-
Updated
Feb 14, 2018 - Python