ctfshow-CRYPTO-内部赛-密码2

0x00 前言

CTF 加解密合集:CTF 加解密合集

0x01 题目


ctfctfshowctf
ctfshowctfctf
ctfshow
showshowctf
showshowshowshowshow showshowshowshowshow showshowctfctfctf showctfctfctf
showshowctfctfctf ctfctfctfshowshow showctfshowctf showctfctf
showctfctfctfctf showshowshowshowshow showctfctf showctfshowctf
showshowctfctfctf showshowctfctfctf ctfctfctfshowshow showctfshowctf
ctfctfctfctfctf ctfctfshowshowshow ctfctfctfctfshow showctfctf
ctfctfctfctfshow ctf showctfctfctf ctfshow
showshowshowshowshow showshowshowshowshow showshowctfctfctf showctfctf

0x02 Write Up

这道题就相对而言比较简单了,将ctf当做一个整体为.,show为-,那么就可以得到

s='''
ctfctfshowctf
ctfshowctfctf
ctfshow
showshowctf
showshowshowshowshow showshowshowshowshow showshowctfctfctf showctfctfctf
showshowctfctfctf ctfctfctfshowshow showctfshowctf showctfctf
showctfctfctfctf showshowshowshowshow showctfctf showctfshowctf
showshowctfctfctf showshowctfctfctf ctfctfctfshowshow showctfshowctf
ctfctfctfctfctf ctfctfshowshowshow ctfctfctfctfshow showctfctf
ctfctfctfctfshow ctf showctfctfctf ctfshow
showshowshowshowshow showshowshowshowshow showshowctfctfctf showctfctf
'''
s=s.replace("ctf",".")
s=s.replace("show","-")
s=s.replace("\n"," ")
print(s)

在这里插入图片描述
FLAG007B73CD60DC773C524D4EBA007D

然后再进行4位数的进制转换:

在这里插入图片描述

以上

### CTFShow 网络安全 CTF 平台概述 CTFShow 是一个专注于网络安全(Capture The Flag, CTF)的学习与实践平台,旨在帮助用户提升其在信息安全领域的技能。该平台提供了丰富的学习资源以及实际操作的机会,适合初学者到高级选手的不同层次需求。 #### 资源与功能 CTFShow 提供了一系列工具和服务来支持参者准备比和提高技术水平。其中包括但不限于编码转换、加密解密方法的应用实例[^1]。这些实用的功能可以帮助使用者熟悉并掌握多种数据处理方式,在真实的场上更加得心应手。 此外,除了具体的实战演练外,还有专门构建起来用于深入探讨技术细节的社区环境。比如提到的一个高质量网络安全攻防与CTF交流圈子里包含了大量体系化的资料文档可供查阅学习,并且能够与其他志同道合的人相互切磋进步[^2]。 对于想要加入或者已经参与到此类活动中的人来说,这样的综合型服务平台无疑是非常有价值的资产之一;它不仅促进了个人能力的成长,同时也加强了整个行业的互动与发展态势。 ```python # 示例代码展示如何通过简单的脚本实现base64编解码过程 import base64 def encode_base64(input_string): encoded_bytes = base64.b64encode(input_string.encode('utf-8')) return encoded_bytes.decode('utf-8') def decode_base64(encoded_string): decoded_bytes = base64.b64decode(encoded_string) return decoded_bytes.decode('utf-8') ``` 上述Python脚本展示了基础的Base64编码与解码函数,这是许多CTF题目中常见的考点之一。 ### 如何参与其中? 要开始体验CTFShow带来的乐趣及其教育意义,则只需访问官方网站注册账号即可开启旅程。随着不断完成各项任务挑战,你会逐渐积累经验并增强解决复杂问题的能力。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值