PublicKey import RSA class RsaCode: def encrypt(self, msg): msg = msg.encode('utf-8') rsa_public_key = open('conf/public.pem').read()
確定! 回上一頁