He is going to give us a file that encrypts and somehow we are supposed to reverse engineer it for the key.
Then we have to make a key for a specific file.
He said we are going to simulate sending files across the internet.
This has got me confused. The bad thing is that it will be a part of the exam. :?
If it's anything more than just a simple substitution cipher or perhaps an LFSR based (i.e. very weak!) stream cipher then you've got your work cut out.
Maybe it'll be rot13 . Enigma would be an interesting challenge.
is he telling you what encryption algorithm is being used or do you have to figure that out to? That gets into the realm of cryptanalysis, which seems unusable for a basic comp-sci class.
Perhaps he will give you a simple keyspace (say, 24-bits) and you can brute force it.
is he telling you what encryption algorithm is being used or do you have to figure that out to? That gets into the realm of cryptanalysis, which seems unusable for a basic comp-sci class.