摘要:
base64隐写 脚本: import base64 path = r'.\base.txt' file = open(path) a = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" aaa = '' whil 阅读全文
posted @ 2023-10-11 13:17
N0zoM1z0
阅读(286)
评论(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
阅读(54)
评论(0)
推荐(0)

浙公网安备 33010602011771号