Hello

All the help you need is in this link

http://www.cryptopp.com/docs/ref/test_8cpp-source.html

best of luck

On Dec 2, 4:35 pm, flo82 <[email protected]> wrote:
> Hy
> I hope somebody can help me.
> I'm new with crypto++.
> I try to encrypt an Message with the private Key of RSA.
> My example Code:
>
> string s;
> FileSource("PATH_filename",true,new StringSink(s));
> cout<<s<<endl;
>
> but there's an error:
>
> Termiante called after throwing an instance of
> 'CryptoPP::FileStore::OpenErr'
> what(): FileStore : error opening file for reading: "filename"
>
> I need this for my study
> Thank a lot

-- 
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