摘要: Security and Cryptography in Python - Block Cipher(3) 阅读全文
posted @ 2021-02-10 10:21 晨风_Eric 阅读(50) 评论(0) 推荐(0)
摘要: Security and Cryptography in Python - Block Cipher(2) Double DES from pyDes import * import random message = "01234567" key_11 = random.randrange(0, 2 阅读全文
posted @ 2021-02-10 10:13 晨风_Eric 阅读(72) 评论(0) 推荐(0)