CIS 551 Project 3 Grading Report ============================== Name: <@seas.upenn.edu> Total Score: 00/100 Tests: /36 /6 Encrypts/Decrypts msg1.txt (SDES) /6 Encrypts/Decrypts msg2.txt (3SDES) /24 Additional test cases of encryption and decryption Code: /30 /5 Compiles correctly, easily /7 Correct interface /8 Style /5 Efficiency Documentaiton: /34 /2 Correctness of SDES table /2 Correctness of TripleDES table /10 Strategy for identifying strings /10 Correct identification of msg1.txt and key (5pts each) /10 Correct identification of msg2.txt and key (5pts each) Contributions: ============================== Your submission should consist of a directory. The directory should include a README file containing your group information (including full names and e-mail addresses) and a list of the contents of the directory you submit. project1 should be submitted online on eniac by using the command turnin. * login system is your eniac login name * place all the codes and documents in a folder, such as "hw" * turnin -c cis551 -p project3 hw Please make sure the login name is yours when submitting, turnin identifies the submitted projects by the login name. * turnin -l -c cis551 You may see what project tags turnin will accept at any given time with the command * turnin -v -c cis551 -p project3 The command to verify the submitted project. There is also a turnin man page which explains the usage in more detail, including some additional arguments.