Skip to content

NakulK48/Caesar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Caesar

A basic Python caesar cipher program.

You can use it to:

-Encrypt a message (with a specified or a random key)

-Decrypt a message using a known key

-Crack a message without knowing the key (which involves several dictionary lookups and takes a little longer)

-O(wc) where w = the number of words in the dictionary and c is the number of characters in the message.

About

A basic Python caesar cipher program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages