Search

[Crypto] Keysar

Year
2020
CTF Name
Angstrom CTF
Category
Crypto
Type
Caesar

1. Description

Hey! My friend sent me a message... He said encrypted it with the key ANGSTROMCTF.
He mumbled what cipher he used, but I think I have a clue.
Gotta go though, I have history homework!!
agqr{yue_stdcgciup_padas}
Author: joshdabosh

2. Write up

문제 설명에 따르면 ANGSTROMCTF를 키로 메시지를 암호화했다고 한다. 메시지는 다음과 같다.
agqr{yue_stdcgciup_padas}
암호화된 메시지는 actf{...}의 플래그 포맷과 유사하다. 따라서 카이사르 암호를 사용했다고 유추할 수 있다. 카이사르 암호를 복호화해주는 사이트에 암호화된 메시지와 키를 입력하고 복호화하면 플래그를 얻을 수 있었다.

3. FLAG

actf{never_gonna_let_you_down}