Caesar Ciphers and Substitution
Caesar
The most common, and most famous, of all ciphers.
Read this: https://www.boxentriq.com/code-breaking/caesar-cipher
Solve using https://www.dcode.fr/caesar-cipher
- How does a Caesar cipher work?
- "wklv lv d vwdqgdug fdhvdu"
- "guvf vf n ebg 13 pynffvp"
- What is a ROT13 cipher?
Substitution
Solve using https://www.dcode.fr/monoalphabetic-substitution
- How does a substitution cipher work?
- "JDS CGJSNAWJCKS JBBV YNBKCZSZ QP ZWBZS AVVBOU A USTC-AIJBTAJCW ZSWNPYJCBG BX TSUUAESU SGWNPYJSZ QP UIQUJCJIJCBG WCYDSNU. JDS TACG JSWDGCHIS CU JB AGAVPMS JDS XNSHISGWCSU BX VSJJSNU AGZ XCGZ JDS TBUJ VCFSVP QCENATU. JDS FGBOG YVACGJSLJ AJJAWF TAFSU CJ YBUUCQVS JB ZSZIWS UBTS VSJJSNU BX JDS AVYDAQSJ KCA JDS FGBOVSZES BN JDS YNSVCTCGANP EISUU BX WSNJACG YBNJCBGU BX JDS YVACG JSLJ."
- "JDS TACG JSWDGCHIS CU JB AGAVPMS JDS XNSHISGWCSU BX VSJJSNU AGZ XCGZ JDS TBUJ VCFSVP QCENATU."
- Why is it harder for it to solve shorter text? Or put better, why is it easier to solve with longer text? Think frequencies. Fix the last cipher manually to get the correct answer.
- Solve this, with the knowledge that the word "substitution" is in the plaintext. "VCZNKOV: GSV NLHG XLNNLM ZOKSZYVGH FHVW ULI HFYHGRGFGRLMH ZIV" Don't forget to use frequency analysis.