Date: Tue, 26 Nov 1996 18:49:06 GMT Server: NCSA/1.4.1 Content-type: text/html Last-modified: Tue, 26 Nov 1996 14:43:19 GMT Content-length: 13104
V22.0380.002
Tuesdays and Thursdays, 4 - 5:20 p.m.
Tisch UC 61
Course Goals: This is a course in computer programming concepts for students with little or no programming experience. The intent is to teach students to write both clear and efficient C programs by emphasizing structured programming principles.
The intent of this project is to build a cryptographic system which encrypts plaintext and decrypts ciphertext, possibly using a keyword. The system may utilize the transposition cipher, the Vigenere cipher, the Playfair cipher, or any original variants of these ciphers. See the cryptography slides for detailed descriptions of these ciphers.