pycrypto加密文件
# -*- coding: cp936 -*-#A Test to Return a AES-File of a Common Filefrom Crypto.Cipher import AESfrom Crypto import Randomimport binasciidef AES_File(fs): key = b'1234567890!@#$%^' #16-byte