Skip to content

a-othman/Caesar-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Caesar cipher

Introduction

An OOP implementation for Caesar cipher. For more information about the caesar cipher check: https://en.wikipedia.org/wiki/Caesar_cipher

Features

Using this code you can:

  • Item 1 Encrypting a given message provided the key (shift).
  • Item 2 Decrypt a message without knowing the key (shift). The code iterates through all possible shifts and return the message that has the most numbers of correct words.

Note

File named "story" is a test of an Encrypted messaged that my code has decrypted.

Requirements:

python 3.x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages