You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
class Letter:
|
|
sign = "计算得到"
|
|
encryptType = "SM4_GCM"
|
|
encryptKey = "计算获得" # recvPubKey 加密后的 对称加密秘钥 数据
|
|
recvPubKey = ""
|
|
senderPubKey = ""
|
|
|
|
fileName = ""
|
|
fileBase64 = ""
|