HarendraSingh22 / Python-Guide-for-Beginners

A guide for Beginners in Python to refer
MIT License
52 stars 95 forks source link

Add a Python program to encrypt and decrypt Cesar cipher #80

Open Muemmelmoehre opened 6 years ago

Muemmelmoehre commented 6 years ago

Cesar cipher is a simple substitution cipher that can either be decrypted with a key (any natural number) or by brute-force (i. e. by trying all possible keys).

Muemmelmoehre commented 6 years ago

I'd like to work on this.