Socket服務端與客戶端加密通訊

客戶端:python # -*- coding: utf-8 -*- # @Time : 2018/2/19 14:15 # @Author : Xifeng2009 import socket import time from Crypto.Cipher import AES # s_host = '192.168.100.111' s_host = '127.0.0.1' s_p
相關文章
相關標籤/搜索