Hi,
I had done a substitution caesar cipher before for an assignment in which the 1 page encrypted the text with a shift value of 3 and decrypted it on another page with the same value. I had lost marks somehow because i was missing a 'static key' but I thought they were referring to the 'shift key', but it made me think is it another key they are talking about? Can anyone give me an idea as to what I am supposed to add to my caesar cipher to get this static key? so far the methods just do encrypt(message,shiftvalueof3) and the same with decrypt, what am I missing here?
Is it a different key they were talking about or would I have implemented the key wrongly? This is confusin gme because I have to do a randomized key based on a random value next for the caesar cipher, would they mean the shifting key in this case?
Also it says I need to make a protocol for 'key agreement between client and server', so would I need to make the client and server agree on that shifting key?



Reply With Quote


Bookmarks