Ajout nouveaux challenges
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
L|k�y+*^*zo�*�kvsno|*k�om*vo*zk}}*cyvksr
|
||||
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
def offset10(c):
|
||||
return chr((c - 10) % 256)
|
||||
|
||||
f = open('ch7.bin', mode='rb')
|
||||
data = f.read()
|
||||
f.close()
|
||||
|
||||
msg = map(offset10, data)
|
||||
print("".join(msg))
|
||||
Reference in New Issue
Block a user