I need to encrypt a paragraph out of a txt file.

I can get the info from the txt file into a vector with no problem.

But then I need to encrypt the data using this key "wyijkcuvdpqlzhtgabmxefonrs"

Where each letter represents a letter in the alphabet.

w = a
y = b
i = c and so on.

My problem is I have never done anything like this before and have no idea where to start or how this will work.

Any help is appreciated!!!!

Thank you



Eclipse / WinXP