Practice Points+100
solves51
0 weekly points · Practice mode
During a forensic investigation, two encrypted image files were recovered from a compromised system:
part1.jpegpart2.jpeg
Your task is to analyze both files and recover the hidden message.
#Objective
Objective
- Decrypt the contents of
part1.jpeg. - Decrypt the contents of
part2.jpeg. - The text obtained from each image is not the final answer. Further analysis and decryption will be required.
- Combine the final results as
part1_part2, convert the entire string to lowercase, and submit it as the flag.
#Flag
Flag
The flag format is rvcectf{part1_part2}.
Good luck.
Files
Submit flag
Sign in to submit a flag.
