yes, I solved it
yes, I solved it
To solve it you dont need Cyberchef, which is pretty neat but takes effort and understanding away. There are little terminal applications which do different convertions.
Tip: The code looks like it has a base of 16.
http://www.unit-conversion.info/texttools/hexadecimal/
Very easy for Beginners like me!
Warning: Hint:
You only need a hex-Decoder (HEX to ASCII)
echo "41 42 43 54 46 7B 34 35 43 31 31 5F 31 35 5F 55 35 33 46 55 4C 7D" | xxd -r -p
4 weeks ago
solved