| Home Page |
| Course Page |
4003-532-70/4005-736-70 Parallel Computing II
Prof. Alan Kaminsky -- Spring Quarter 2007
|
|
adg9398
arr1681 |
bap5160
crd3062 |
jxw5130
krm4686 |
mcs1131
nrl5157 |
poe9514
ssc8234 |
war8797 |
To decrypt your grade file:
You can also set up your web browser so it automatically runs the encrypted grade file viewer program when you click on your grade file link. The web server sends the encrypted grade file with a special MIME type of application/x-ark-encrypted-grade-file. Create a shell script to run the viewer, then configure your browser to run the shell script when a file is downloaded with that MIME type. Here is an example of a shell script named viewgrade:
#!/bin/bash java -classpath /home/fac/ark/public_html/cscl/lib edu.rit.crypto.View $1 |
The encrypted grade file viewer program is part of the Computer Science Course Library. You may install the Library on your own personal computer so you can view your grades on your own system. To learn how the encrypted grade file viewer program works, you may examine the Java source code:
Class edu.rit.crypto.View
Class edu.rit.crypto.OneTimePadOutputStream
You can test the above procedure using the example grade file below.
It has been encrypted with the following secret key:
08ab c7f9 be14 c089
| Course Page |
| Home Page |