Capture Message (1)
Description
Level: 1 Score 5 Category crypto
We have captured a message. But what is the content??? Help us, please!
Link: SecurityValley/PublicCTFChallenges/crypto/old_history
Analysis
We are given encrypted message
message.txt
Using dcode cipher identifier we find that cipher is either ROT13 or Caesar Cipher
Note: Ciphers are technically the same since they both use rotation as encryption.
Solution
I used Caesar Cipher from dcode to solve the challenge
Output gives proper readable text. Reading the text we find the flag hint.You can use REDACTED as flag but dont forget to format
.
Final flag would be: SecVal{REDACTED}
Last updated