实验性 SDGB 1.50,明天见

This commit is contained in:
Remik1r3n
2025-06-11 01:32:55 +08:00
parent 00776f330d
commit dc12cb40ff
3 changed files with 35 additions and 24 deletions

View File

@@ -16,6 +16,9 @@ AES_IV_SDGB_1_40 = ";;KjR1C3hgB1ovXa"
AES_KEY_SDGA_1_50 = "A;mv5YUpHBK3YxTy5KB^[;5]C2AL50Bq"
AES_IV_SDGA_1_50 = "9FM:sd9xA91X14v]"
AES_KEY_SDGB_1_50 = "a>32bVP7v<63BVLkY[xM>daZ1s9MBP<R"
AES_IV_SDGB_1_50 = "d6xHIKq]1J]Dt^ue"
class AESPKCS7:
# 实现了 maimai 通讯所用的 AES 加密的类
def __init__(self, key: str, iv: str):