Hi I'm quite a newbie using Crypto++.

I haven't fully understood how Crypto++ works out, how it is designed,
I just read the user guide and a bit of
reference and figured out how to encrypt/decrypt using SOSEMANUK, AES.
The problem is, making use of public key algorithms such as RSA seems
quite different.
The user guide shows me how to create keys, write it to a file, read
it, perform encryption/decryption.
In my case, I don't have to do all these file accesses, all I need to
do is create a key, encrypt/decrypt something.
Encrypting/Decrypting a text directly with the keys generated didn't
work out for me, maybe I've been doing
something wrong and it's just because I'm short of knowledge.

Can anyone give me a short sample of using Crypto::RSA without doing
any file accesses?
I would really appreciate it. Thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to