[HW1] Frequency data from Wikipedia to perform Vigenere cipher cracking? #787
-
Your NameKimDohyung(김도형) QuestionHW1 vergenere crack관련 문의드립니다. wikipedia 혹은 기타 사이트에서 각 알파벳의 빈도에 대한 수치 정보를 찾은 후 해당 정보를 사용해서 vergenere crack을 수행해도 되는지 질문드리고 싶습니다. 감사합니다. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Original question: I would like to ask if it is okay to find numerical information about the frequency of each alphabet letter from Wikipedia or other websites and use that information to perform the Vigenere crack. Answer: |
Beta Was this translation helpful? Give feedback.
-
Can we use the list of most frequent words from wikipedia? |
Beta Was this translation helpful? Give feedback.
util.ml
에 이미 빈도별로 정렬된 alphabet 리스트가 있으니 해당 리스트를 활용해주시기 바랍니다.Original question:
I have a question regarding HW1 Vigenere crack.
I would like to ask if it is okay to find numerical information about the frequency of each alphabet letter from Wikipedia or other websites and use that information to perform the Vigenere crack.
Answer:
In
util.ml
, you can find a list of alphabets sorted in the order of frequency. Please use it.