... -----END PUBLIC KEY----- """ # 公钥加密def rsa_encode(message, public_key): rsakey = RSA.importKey(public_key) # 导入读取到的公钥 cipher ...
確定! 回上一頁