mirror of
https://github.com/smallfawn/decode_action.git
synced 2025-12-20 16:54:52 +08:00
Update decode.py
This commit is contained in:
@@ -4,9 +4,9 @@ import zlib
|
||||
import lzma
|
||||
import gzip
|
||||
from datetime import datetime
|
||||
from Crypto.Cipher import AES
|
||||
from cryptography.fernet import Fernet
|
||||
from Crypto.Cipher import ChaCha20
|
||||
#from Crypto.Cipher import AES
|
||||
#from cryptography.fernet import Fernet
|
||||
#from Crypto.Cipher import ChaCha20
|
||||
# 获取当前日期和时间
|
||||
now = datetime.now()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user