文章
104
标签
2
分类
70
Home
Archives
Tags
Categories
List
Music
Movie
Link
About
Rhea's Blog
Url编码
搜索
Home
Archives
Tags
Categories
List
Music
Movie
Link
About
Url编码
发表于
2025-06-14
|
更新于
2025-06-15
|
Crypto
替换加密
凯撒密码(Caesar Cipher)
|
浏览量:
%66%6c%61%67%7b%61%6e%64%20%31%3d%31%7d
flag{and 1=1}
文章作者:
Rhea
文章链接:
https://rhea006.github.io/2025/06/fd640f926f7d.html
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
Rhea's Blog
!
上一篇
变异凯撒
ASCII码值f–>102l–>108a–>97g–>103每对一位字母进行加密,偏移量依次增加1编写Python代码: 12345txt='afZ_r9VYfScOeO_UL^RWUc'start=5for i in txt: print(chr(ord(i)+start),end='') start+=1 flag{Caesar_variation}
下一篇
p,q,e,c
p = 3487583947589437589237958723892346254777q = 8767867843568934765983476584376578389e = 65537cipher = 26369494845903294944045520286034018329014599704760363106090278637665342700044 123456789101112131415161718192021from sympy import mod_inversee = 65537p = 3487583947589437589237958723892346254777q = 8767867843568934765983476584376578389cipher = 26369494845903294944045520286034018329014599704760363106090278637665342700044n = p * q #计算模数phi_n = (p - 1) * (q - 1) #计算欧拉函数d = mo...
评论
Rhea
正在学PWN的菜狗
文章
104
标签
2
分类
70
Follow Me
公告
This is my Blog
最新文章
pwn135-159【停更先,堆好难,打打新生赛去了,学一下re】
2025-09-17
16.04dockerfile
2025-08-27
docker命令
2025-08-27
pwn111-134
2025-08-27
pwn101-110
2025-08-17
搜索
数据加载中