importKey (pubKey) cipher = PKCS1_v1_5.new(publicKey) # data = json.dumps(data) # 看情況#encryptedData = cipher.encrypt(data) 一般加密 ...
確定! 回上一頁