Caesar Cipher Problem Python
Go to solution
Solved by DXMember,
ummm what?
you'd have construct an English dictionary that contains most used words and try all possible shifts on a part of the cyphered text until all of it matches to the English dictionary and then use the same value to decrypt the whole text
you don't determine the Ceaser shift value, you try to guess it by trail and error

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now