We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7eea4 commit 7dc59eeCopy full SHA for 7dc59ee
crypto/README.md
@@ -10,10 +10,11 @@
10
## Medium Challenges
11
| Challenge Name | Description | Hint
12
|:-- | :-- | :---
13
-| [XORED-Message](XORED-Message) | |
+| [XORED-Message](XORED-Message) | There is some encrypted message, it apparently has something to do with logic. | °° -> 0
14
+| | |
15
16
17
## Hard Challenges
18
| Challenge Name | Description
19
|:-- | :--
-| |
20
+| |
crypto/XORED-Message/README.md
@@ -1 +1,7 @@
1
# XORED-Message
2
+* XOR a message
3
+`jctf{x0rFtwC4nY0uCr4ckH4rd3r.G00dLo0ks}` (Key 90)-> `úóäöëè âÖäçÓ¤þÉ åÓâ¤óûؤâô£â¾× ôÜÿ ûãí`
4
+
5
6
+## Solution
7
+* Use cyberchef `XOR Brute Force`
crypto/XORED-Message/challenge/flag.txt
@@ -0,0 +1 @@
+úóäöëè âÖäçÓ¤þÉ åÓâ¤óûؤâô£â¾× ôÜÿ ûãí
0 commit comments