Cryptography
XOR
Points N/A
Solves N/A
PFFUQYTUONPSK5LAMNDXGJ35ER4CM5C7ORETY3A=
Flag Format: CIT{example_flag}
by ronnie
Ah another guessy crypto challenge. The challenge gives us a Base32 string because all the string is uppercase.
The step to solve this challenge:
- Decode the
Base32string - Use dCode Cipher Identifier to identify the cipher used. The result is a
ROT47cipher. - Decode the string using
ROT47cipher. The result is aBase64string. - Decode the
Base64string. The result is a gibberish string. - Find the pattern in the gibberish string use
XORwith the flag formatCIT{. It will reveal the key used toXORthe string, which isduck. - Use the key to
XORthe gibberish string.
Link to CyberChef.
XOR Flag:
CIT{Yft5Kx09E4Wx}