i have a private key string: 
string privatekey = "MIICdwIBAD...Yn8LFyhY="; 
and privatekey.size() is 848.
how can i use this key string to sign message such as:
string msg = "Hello Crypto++.";
the signature will send to the server.
i found that all examples read BER key files. can i use the key string 
dirrectly?

and with another question:
i want to sign message with SHA1withRSA algorithm. is it corresponding to 
RSASSA_PKCS1v15_SHA_Signer in crypto++?

thx 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.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to