摘要: Day_and_Night 题目源码 from Crypto.Util.number import * def pad(msg): # PKCS#1 v1.5 print(f'{2048 // 8 - len(msg) = }') # 189个字节附近, 也就是约等于 189 * 8 = 1512 阅读全文
posted @ 2023-09-18 21:44 CHmG 阅读(61) 评论(0) 推荐(0) 编辑