列表

详情


Encoding0x01

Securinets-Friendly-2022   Crypto  

题目作者: 未知

一  血: ‌‌‌‌‌toowuliao123

一血奖励: 0金币

解  决: 1

提  示:

描  述:

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==

去做题