Public/Private keys
Then..
Digital Signature: Encrypt with sender's private key and decrypt with sender's public key.
Encrypting a message: Encrypt with receiver's public key and decrypt with receiver's private key.
PGP encrypting is the same process as encrypting a message.
Am I right ?
Thank you.
Digital Signature: Encrypt with sender's private key and decrypt with sender's public key.
Encrypting a message: Encrypt with receiver's public key and decrypt with receiver's private key.
PGP encrypting is the same process as encrypting a message.
Am I right ?
Thank you.
Comments
-
dynamik Banned Posts: 12,312 ■■■■■■■■■□I'm not that familiar with PGP's terminology, so I can't give you a definite answer on that, but the encrypting and signing processes you stated are correct.