2019年3月27日
摘要: # 面向对象的方式 实现加密方法 from Crypto.Cipher import AES from Crypto import Random from binascii import b2a_hex, a2b_hex class My_Aes(): def __init__(self, key, 阅读全文
posted @ 2019-03-27 09:35 python兵者 阅读(293) 评论(0) 推荐(0)