Extra Credit Problems Due Friday,
May 11
Final Examination
Tuesday, May 15
9 am - Noon
Hemicycle
Additonal Extra Credit probem: As we have seen, Kasiski's solution of the Vigenere cipher is based on finding character strings in the ciphertext which repeat. Write a JavaScript program that will find all occurrences of charcter strings (of 4 or more consecutive letters) in a message. The program should report each string which repeats and the positions within the message of each repetition.