I doubt it. You are trying to do something conceptually wrong here I think, private key is supposed to be just that -- private. It seems you want to use it as a public key, probably for two-way communication or something. Normally public key is used to encrypt something in such a way that only holder of private key can decrypt it. So one can send messages only one way. If you want to send messages back and forth -- use 2 pairs of keys.
Same thing applies if you want to just sign messages, but backwards -- public key can verify that message was signed by holder of the private key. (Somebody correct me if I'm way off here). On Jun 22, 10:59 pm, Gung Shi Jie <[EMAIL PROTECTED]> wrote: > In cryptopp it is possible to generate public key from private key. > Is there anyway I can remove some information from private key to > prevent this? > > Thanks. --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
