-
Your Name김호준 QuestionHW1 설명
그런데 제가 test 폴더 안 expected 파일을 살펴보니, caesar와 substitution 암호에 대한 dec.expected 파일에는 복호화된 텍스트가 소문자로, vigenere 암호에 대한 dec.expected 파일에는 대문자로 주어진 것을 발견했습니다. 구현해야할 At the beginning of
However, when I looked at and compared the initially given caesar*-dec.expected, substitution*-dec.expected, and vigenere*-expected, the 'expected' files for caesar and substitution cipher contained decrypted texts in lowercase, whereas for vigenere cipher the decrypted texts were in uppercase. Should |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
안녕하세요, TA 박민솔입니다. expected 파일에 맞게, caesar와 substitution의 경우 소문자, vigenere의 경우 대문자로 복호화하면 됩니다. 감사합니다. Hello, this is TA Minsol Park. As specified in the expected files, please decrypt Thank you. |
Beta Was this translation helpful? Give feedback.
안녕하세요, TA 박민솔입니다.
expected 파일에 맞게, caesar와 substitution의 경우 소문자, vigenere의 경우 대문자로 복호화하면 됩니다.
혼란을 드려 죄송합니다.
감사합니다.
Hello, this is TA Minsol Park.
As specified in the expected files, please decrypt
caesar
andsubstitution
ciphers into lowercase andvigenere
into uppercase.I apologize for the confusion.
Thank you.