root-me.org Encoding - ASCII Writeup
Decode the string. |
4C6520666C6167206465206365206368616C6C656E6765206573743A203261633337363438316165353436636436383964356239313237356433323465 |
문자열을 디코딩하라는 말과 함께 장문의 문자열이 주어집니다.
문제에서 시키는대로 아스키로 인코딩해보겠습니다.
Solve
>>> bytes.fromhex('4C6520666C6167206465206365206368616C6C656E6765206573743A203261633337363438316165353436636436383964356239313237356433323465').decode('ascii') |