tryhackme
// 2024-12-30
// ID: REF-C4ptur3 Th3 Fl4g
C4ptur3 Th3 Fl4g
Translate, shift and decode
# Encoding Type Example Input Decoded Output 1 Binary 01101100 01100101 01110100…lets try some binary out!2 Base32 MJQXGZJTGIQGS4ZAON2XAZLSEBRW63LNN5XCA2LOEBBVIRRHOM======base32 is super common in CTF's3 Base64 RWFjaCBCYXNlNjQgZGlnaXQgcmVw…Each Base64 digit represents exactly 6 bits of data.4 Hexadecimal / Base16 68 65 78 61 64 65 63 69 6d…hexadecimal or base16?5 ROT13 Ebgngr zr 13 cynprf!Rotate me 13 places!6 ROT47 *@F DA:? >6 C:89E C@F?5…This is fun right now With ChatGPT7 Morse code - . .-.. . -.-. --- …TELECOMMUNICATION ENCODING8 ASCII decimal 85 110 112 97 99 107 32…Unpack this BCD9 Morse-like / Visual cipher Long - . - - . …blockCONGRATULATIONS YOU MADE IT THROUGH THE ENCODING MAZESpectrograms -
audacity
Steganography -Steganographic Decoder