Hey there,

I am writing a C++ program that will encrypt/decrypt a message inputted by the user using RSA.

Now, I have no idea how to tackle this here. Are there any libraries that are used for this type of stuff?

I found a nice website here:

http://www.waset.org/journals/waset/v54/v54-110.pdf

but remain confused as to how I would actually program that. RSA seems extremely complicated to me, although I'm sure I'm over thinking it. If anyone could perhaps throw me a bone and get my mind jump-started here, I would really appreciate that. Perhaps even a small pseudo-code or something.

Thanks in advance.