Encoding0x01Crypto 未解决

分数: 0 金币: 0
所属赛事: Securinets Friendly-2022
题目作者: 未知
一  血: toowuliao123
一血奖励: 0金币
解  决: 9
提  示:
描  述:

Description

the encryption of data may result on non printable characters so we neeed to encode with another thing other than ascii , it's common to use hex or base64 to do it.In Python, the bytes.fromhex(your_input).decode() function can be used to convert hex to ascii ,as for the base64,first we are going to import base64 as a library then use base64.b64decode(your_input).decode() function.

hint the flag is the decoded part1+part2

part1=5345435552494e4554537b6845785f416e445f6234354536345f49355f34

part2=X2dhVEVfN0hlX3c0eV9UMF8zdjNyeTdISW5nfQ==

评论
谢特恒123 5月前

小题

回复 0

WriteUp

暂无相关WriteUp

评分(0)

暂无评分

解题动态

dddddddwww 攻破了该题 1天前
adsx1 攻破了该题 1月前
ddddddd1111 攻破了该题 2月前
谢特恒123 攻破了该题 5月前
nuxe 攻破了该题 8月前
cheyenne 攻破了该题 8月前
yud 攻破了该题 8月前
wangjf 攻破了该题 2年前
toowuliao123 获得了一血 2年前
问题反馈