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.