加密与解密
rookiedragon
Rome was not built in one day.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
二进制和leetcode
最近在打理自己的博客 : https://fruit320.github.io/ 定期更新二进制学习文章和leetcode刷题总结。 二进制主要是逆向学习和ctf大型比赛的wp 欢迎交流原创 2021-01-10 23:30:18 · 221 阅读 · 0 评论 -
随笔:简化des加密 python
python 3.6.5 丑陋的代码 简化的des算法 密钥10bit 明文8bit 好久没写python了 语法都快忘光了emmmmmmmm说好的来波基础逆向呢->-> 因为懒 周末还要上党课 烦 import copy def f_replace(new,old,table):#####置换 idx=0; for i in table: ...原创 2018-05-11 00:50:55 · 1323 阅读 · 0 评论 -
python 脚本window爆破exe
直接放代码 from subprocess import Popen,PIPE f = open('basic.txt','w'); path = 'xxx.exe' for i in range(范围): p = Popen (path,stdin = PIPE,stdout = PIPE) p.stdin.write(str(i).encode())##转成bytes ...原创 2018-11-07 14:35:22 · 1090 阅读 · 0 评论
分享