f.write(key.publickey().exportKey()) def encrypt_and_decrypt_test(message, password="123456"): # 加载公钥用于加密 key = pubkey rsakey = RSA.importKey(key)
確定! 回上一頁