add xmasspirit
This commit is contained in:
8
crypto/XMASSpirit/decrypt.py
Normal file
8
crypto/XMASSpirit/decrypt.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import random
|
||||
from math import gcd
|
||||
|
||||
def decrypt(dt):
|
||||
mod = 256
|
||||
|
||||
f = open('encrypted.bin', 'wb').read()
|
||||
print(f)
|
||||
Reference in New Issue
Block a user