Ajout nouveaux challenges

This commit is contained in:
2023-02-12 22:49:38 +01:00
parent c9c50cf5c8
commit 167315e9b1
26 changed files with 14396454 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
L|ky+*^*zo*kvsno|*kom*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))