摘要: base64隐写 脚本: import base64 path = r'.\base.txt' file = open(path) a = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" aaa = '' whil 阅读全文
posted @ 2023-10-11 13:17 N0zoM1z0 阅读(252) 评论(0) 推荐(0) 编辑
摘要: from Crypto.Util.number import * p = getPrime(512) q = getPrime(512) e = 65537 print(p) # 685349523826215539197501105792931452370615902047808406102012 阅读全文
posted @ 2023-10-11 00:14 N0zoM1z0 阅读(35) 评论(0) 推荐(0) 编辑