So I have an assignment ( it is supposed to be a simple one ....yeah right)
the point of the assignment is to implement a one time pad. We finished covering pointers and I/o files so I know that I should be doing something with this. The problem I encounter when trying to start the assignment is this:
The following show the encryption results.
Plain Text : Whats up?
Key : Man it is cold outside
Encrypted Text: LRSY IJ // it also contains some undefined symbols
So why are there three lines? I thought that if I was to encrypt something that I would have the original plain text and then the symbols . I dont understand why i have the middle line?