DEV Community

Discussion on: Daily Challenge #42 - Caesar Cipher

Collapse
 
oscherler profile image
Olivier “Ölbaum” Scherler

Of course, instead of decrypting the message 25 times, I should perform frequency analysis, shift the keys of the map 25 times, take the three shortest distances and then decrypt the message with the corresponding keys. I’ll update my solution later.