Endpoint Encryption

 View Only
  • 1.  Why not share private key or create new key pair for same individual?

    Posted Jun 28, 2012 05:37 PM

    Friends:

    I read everywhere that a private key should not be shared and that it is unwise to create a new keypair for the same individual.  Could you all elaborate on the reasons for this? 

    Thanks in advance,

    Miguel Reznicek



  • 2.  RE: Why not share private key or create new key pair for same individual?

    Posted Jul 06, 2012 07:09 AM

    If your private key gets stolen, anything sent or encrypted for that user can be decrypted.  That is the single most sensitive piece of data.  If you have multiple keypairs for the same user, there will be confusion as to what keypair is being used for what piece of data and in the end you will have to resort to looking after 2 keys instead of just one.



  • 3.  RE: Why not share private key or create new key pair for same individual?

    Posted Jul 06, 2012 08:28 AM

    Hi weevil:

    But your private key is protected by an encrypted pass phrase.  Isn't that incredibly inaccessible?  I understand the explanation for the 2 keys. I thought it had a more important reason.

     

    Thanks for your responces! -Migs