CSCI321 Final Year Project

Well. I am in my final year now. The project for final year seems to simple and easy. It is to write a program for students for understanding of cryptography in educational purpose.

DES Demonstrator

The propose of the project is to produce an educational program that will educate students about DES algorithm(Cryptography). It will accept a string of any length of a file (be it text file or binary file), then perform DES step by step to generate the ciphertext.

Additionally, the product can also perform DES decryption step by step to re-generate the plaintext. Each step of the DES program
must be able to shown explicitly. The program can be "zoomed" to any level to explain to the student who uses it.

The project should also include the "modes" of DES that include ECB, CBC, OFB, CFB and counter mode.

So watch out for the product at http://des-ourdiary.blogspot.com/

No comments:

Post a Comment