当前位置 : 主页 > 编程语言 > python >

python代码-base64解密

来源:互联网 收集:自由互联 发布时间:2022-06-18
python代码-base64解密 import base64 str1 = "c21BcnQh" temp = base64 . b64decode ( str1 ) print ( temp . decode ()) 我是罡罡同学,一位初入网安的小白。☜(ˆ▽ˆ) (疯狂暗示 点赞 !关注! 转 发 !!! 点赞


python代码-base64解密

import base64

str1="c21BcnQh"
temp=base64.b64decode(str1)
print(temp.decode())

我是罡罡同学,一位初入网安的小白。☜(ˆ▽ˆ)

(疯狂暗示 点赞 !关注!发 !!! 点赞 !关注!转发 !!!)

* 您的支持是罡罡同学前进的最大动力!



上一篇:SCTF-Misc400B
下一篇:没有了
网友评论