http://cs.nyu.edu/phd_students/amygreen/C/main.html
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.