Skip to content

Commit c5299db

Browse files
authored
fix another typo
1 parent 0f65290 commit c5299db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forensics/finn-200-points.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The next part of the hint tells us to look more closely at the difference in the
2323

2424
![](https://github.com/VoidMercy/EasyCTF-Writeups-2017/blob/master/forensics/Finn/subs.png?raw=true)
2525

26-
After seeing the hex bytes extracted from the QR code, I started to think that the encryption refered to by the hint was XOR encryption. This meant that the message and the key needed to have the same size. Starting at (563, 114), I extracted the differences in the next 26 pixels.
26+
After seeing the hex bytes extracted from the QR code, I started to think that the encryption refered to by the hint was XOR encryption. This meant that the message and the key needed to have the same size. Starting at (144, 533), I extracted the differences in the next 26 pixels.
2727

2828
```python
2929
from PIL import Image

0 commit comments

Comments
 (0)