Clear it in 3 steps
-
No environment needed
This challenge can be solved with the information in the statement alone. Submit the flag you find directly.
-
Investigate the target
-
Submit the flag
ECB leaks repeated block patterns. This introductory task first checks the difference between encryption and encoding. Hexadecimal data: 4b494e4f434f7b6563625f6d6f64655f69735f7765616b7d Decode this hex data to a string and submit it as the flag.
This challenge can be solved with the information in the statement alone. Submit the flag you find directly.
Every two hex characters represent one byte
Use CyberChef From Hex or Python bytes.fromhex()
This is hex decoding, not AES decryption