WeChall - Crypto - Caesar I
Challenge
A classic Caesar cipher challenge. Each visit generates a different ciphertext, but it's always ROT13 (shift of 13, since shifting 13 twice returns the original text, making it a bijection).
Example ciphertext:
1 | IWT FJXRZ QGDLC UDM YJBEH DKTG IWT APON SDV DU RPTHPG PCS NDJG JCXFJT HDAJIXDC XH CETVGGCTXUAE |
Solution
i use cyberchef to solve this challenge.
1 | use ROT13_Brute_Force(true,true,false,100,0,true,'') |