On Sun, May 27, 2007 at 03:05:41AM -0000, [EMAIL PROTECTED] wrote: > > Hi, > > I need to encrypt an RSA private key using a password. > Also I need to convert the encrypted key into char* so that I can use > it in my exisitng certificate architecture code. > > I am newbie in this area and am very confused looking at the API for > crypto++. > I am not sure what algorithm/API I need to use to encrypt the private > key
PKCS-12 was introduced to encrypt a private key with a password, in case you'd like to share it with a browser In case of choosing something "simple": please make sure the scheme is strong enough > --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
