This commit is contained in:
Roman Hergenreder
2018-12-20 14:52:00 +01:00
parent cd683fdf17
commit 6df7db7cb7
75 changed files with 5302 additions and 156 deletions

BIN
Day 20/HaRdvent.id0 Normal file
View File

Binary file not shown.

BIN
Day 20/HaRdvent.id1 Normal file
View File

Binary file not shown.

BIN
Day 20/HaRdvent.nam Normal file
View File

Binary file not shown.

BIN
Day 20/HaRdvent.nro Normal file
View File

Binary file not shown.

BIN
Day 20/HaRdvent.til Normal file
View File

Binary file not shown.

10
Day 20/decode.py Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/python
encrypted = "f42df92b389fffca59598465c7a51d36082ecfea567a900e5eac9e5e9fb1"
print((0xF4 - 0x48) % 256)
print((0x2D - 0x56) % 256)
print((0xf9 - 0x31) % 256)
print((0x2b - 0x38) % 256)
print(len(encrypted))

BIN
Day 20/exctracted.jpeg Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

Binary file not shown.