InformationSecurity-Study

[suninatas.com] prob 18 문제풀이 본문

디지털 포렌식

[suninatas.com] prob 18 문제풀이

-Shinwoo- 2019. 7. 4. 11:25

이건 그냥 2번 디코딩만 해주면 끝나는 초간단 문제다.

 

문제 내용

딱 봐도 decimal to String을 해주어야 할 것 같이 생김.

 

1. decimal to String

decimal to String

을 해주면

VG9kYXkgaXMgYSBnb29kIGRheS4gVGhlIEF1dGhLZXkgaXMgVmVyeVZlcnlUb25nVG9uZ0d1cmkh

라는 결과를 얻게 된다. 이건 base64 인코딩 형식이기 때문에 다시 한번 base64로 디코딩 해주어야 한다. 

 

2. base64 decoding

base64 decoding

 

result

 

두 번의 과정을 거친 결과 이와 같은 답을 얻을 수 있었다. VeryVeryTongTongGuri!

느낌표까지 포함해서 답이더라. 참고하시길

 

-- 참고 사이트

decimal to string: https://www.browserling.com/tools/decimal-to-text

base64 decoding: http://www.convertstring.com/ko/EncodeDecode/Base64Decode

 

Decimal to Text Converter - Transform Dec to String - Online - Browserling Web Developer Tools

 

www.browserling.com

 

'디지털 포렌식' 카테고리의 다른 글

[suninatas.com] prob 15 문제풀이  (0) 2019.07.03