PublicKey import RSA # 產生2048 位元RSA 金鑰 key = RSA.generate(2048) # RSA 私鑰 privateKey = key.export_key() with open("private.pem", ...
確定! 回上一頁