| ID: | 1997 |
|---|---|
| 标题: | Encoding0x01 |
| 描述: | 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== |
| 类型: | Crypto |
| 网站: | bugku |
| 题目链接: | https://ctf.bugku.com/challenges/detail/id/2143.html |
| 赛事: | SecurinetsFriendly2022 |
| 年度: | 2022 |
| Flag值: | 无法找到 |
| writeup: |
https://ctf.bugku.com/challenges/detail/id/2143.html SECURITY{hEx_AnD_b45E64_I5_4 https://ctf.bugku.com/challenges/detail/id/2143.html |