add xmasspirit

This commit is contained in:
aaron
2021-12-03 14:48:10 +01:00
parent c8936555c9
commit f9b48e720a
9 changed files with 14344515 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import random
from math import gcd
def decrypt(dt):
mod = 256
f = open('encrypted.bin', 'wb').read()
print(f)