Security/Wargame
[Cryptography] HackCTF Classic Cipher -3(200p) Write Up
HooNeee
2021. 12. 23. 17:18
HackCTF Cryptography 분야 Classic Cipher -3(200p) 문제 풀이입니다.
'Classic_Cipher-3.zip' 파일을 다운로드하고 압축을 해제하면 'Cipher.txt' 파일이 나옵니다.
중괄호가 있는 것을 보아 flag를 암호화한 값인 것을 알 수 있습니다.
아핀 암호(Affine Cipher) 방식으로 복호화하면 flag가 추출됩니다.
[Affine Cipher - Online Decoder]
Affine Cipher - Online Decryption, Decoder, Encoder, Calculator
Tool to decrypt/encrypt with Affine cipher, an encryption function with additions and multiplication that code a letter into another with value (ax + b) modulo 26.
www.dcode.fr
Flag가 잘 나오네요.
Solve!