|       Crypto: HW 3      |       Fall 2001      |       Michael Siff       |
Modular arithmetic
For each of the following English sentences, write a modular congruence describing the sentence. For example, for the sentence:
"If Monday is the first day of the week and Sunday is the seventh day of the week, then four days past Saturday (the sixth day) is Wednesday (the third day)."write:
(6 + 4) mod 7 = 3
23 mod 9 = 23 mod 11 = 47 mod 11 = 5 mod 9 = (5 + 23) mod 9 = (47 + 23) mod 11 =
Vigenère Cipher
| crypto home | assignments | labs | notes | tools | contact instructor |