CTF's Write-up
HACKCTF - Classic Cipher -3
m0nd2y
2020. 8. 3. 22:17
문제에 다음과 같이 파일 하나를 주는데 이를 다운받아서 열면
다음과 같은 text를 주는데
처음에 카이사르 같아서 디코딩 툴에 넣었는데.
caesar 함수가 아니여서 치환함수같아 새로운 사이트를 찾아서 대입해보았습니다.
https://www.dcode.fr/affine-cipher
Affine Cipher - Decoder, Encoder, Solver, Calculator
Tool to decrypt/encrypt with Affine automatically. The Affine cipher uses a encrypting function with additions and multiplication (as the mathematical affine function) which convert a letter (of value x in a 26 letters alphabet) into another letter with va
www.dcode.fr
다음과 같이 치환암호를 이용하면 flag를 획득할 수 있습니다.