Skip to content

Commit 7dc59ee

Browse files
committed
XORED-Message Completed
1 parent 5f7eea4 commit 7dc59ee

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

crypto/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
## Medium Challenges
1111
| Challenge Name | Description | Hint
1212
|:-- | :-- | :---
13-
| [XORED-Message](XORED-Message) | |
13+
| [XORED-Message](XORED-Message) | There is some encrypted message, it apparently has something to do with logic. | °° -> 0
14+
| | |
1415

1516

1617
## Hard Challenges
1718
| Challenge Name | Description
1819
|:-- | :--
19-
| |
20+
| |

crypto/XORED-Message/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# XORED-Message
2+
* XOR a message
3+
`jctf{x0rFtwC4nY0uCr4ckH4rd3r.G00dLo0ks}` (Key 90)-> `úóäöëè âÖäçÓ¤þÉ åÓâ¤óûؤâô£â¾× ôÜÿ ûãí`
4+
5+
6+
## Solution
7+
* Use cyberchef `XOR Brute Force`
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
úóäöëè âÖäçÓ¤þÉ åÓâ¤óûؤâô£â¾× ôÜÿ ûãí

0 commit comments

Comments
 (0)