0
点赞
收藏
分享

微信扫一扫

The-World

gy2006_sw 2022-03-22 阅读 81
网络安全

时间隐写

先用identify分解出时间间隙
在这里插入图片描述
转ASCII码

c = 0
a = "779081123687348951031051181019510910195115116481129511610510910133125"
while 1:
    try:
        if int(a[c])>1:
            print(chr(int(a[c:c+2])),end='')
            c+=2
        elif int(a[c])==1:
            print(chr(int(a[c:c+3])),end='')
            c+=3
    except Exception:
        break

在这里插入图片描述

举报

相关推荐

Hello,world

HELLO WORLD

Hello,World!

bitbake world

hello world

Hello World

0 条评论