D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
beaker
/
crypto
/
Filename :
noencryption.py
back
Copy
"""Encryption module that does nothing""" def aesEncrypt(data, key): return data def aesDecrypt(data, key): return data has_aes = False def getKeyLength(): return 32