06 2023 档案

摘要:# 19章 编码 ## 19.1 hex PyCrypto库处理hex ```python from Crypto.Util.number import long_to_bytes,bytes_to_long flag="flag{123}".encode() a=bytes_to_long(fla 阅读全文
posted @ 2023-06-07 23:35 better? 阅读(95) 评论(0) 推荐(0)