Hi all, Im new to cypto++, i've been reading the docs about generating RSA keys, but couldnt find anything related with the keyinfo. If i got it right, RSA::PrivateKey holds both the key material or key bits, as well as the keyInfo that holds the algorithm, user/owner name, email, country and all that information.
I'd like to know how to generate a key and add this particular information. My goal is to generate keys for users, store them on a database (encrypted with the user passphrase) and be able to share public keys, just like GnuPG does. What are the extra steps that i should add to the "generate, save and load" examples, in order to add the user info and store those keys safely? thanks a lot 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.
