Skip to content

Instantly share code, notes, and snippets.

@blakedietz
Created August 26, 2019 20:57
Show Gist options
  • Save blakedietz/3a4bc8b51445238ef54ec037f2bd84bc to your computer and use it in GitHub Desktop.
Save blakedietz/3a4bc8b51445238ef54ec037f2bd84bc to your computer and use it in GitHub Desktop.
fun-crypto-challenge-00
The challenges here have varying levels of difficulty. This one is a 'Caesar Cypher' ROT12, which means each letter is rotated with the 12th letter to its right. For example: A = M. The next cypher will be harder. If you're curious about the old challenges (maybe you'll find hints?) check out #fun-sols-challenges
You can use the following sites to help solve these cyphers, but nothing beats using the ol noodle!
https://cryptii.com
https://dcode.fr
https://quipqiup.com
If you successfully solve the challenge of the day, DM sol with the solution, and most importantly, how you got it! I hope y'all have fun.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment