Re: Encrypting Messages

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Rome" <coolromeo29@xxxxxxxxx> wrote in message news:OKq9bkvIGHA.3816@xxxxxxxxxxxxxxxxxxxxxxx
I recently purchased a Email Certificate from Verisign for Encryption and Digitally Signing My email and it works fine with everybody who has outlook. Why is it that i cant send an encrypted email with someone thats using yahoo? i was messing with sending myself an encrypted email, and got it to work an hour later. why is it that in order for me to send an encrypted message to someone i have to have their certificated stored in my adress book?



--- REPLY SEPARATOR --- (only needed because the OP use quoted-printable format in their post)

Because you did not train yourself by researching on how certificates work. You encrypt a messages using SOMEONE ELSE's public key. The only person that can decrypt that message is the one that has the matching private key. You digitally sign a message so you can give your PUBLIC key to someone else, who can then use that public key to encrypt a message they send to you whereupon you use your private key to decrypt their message. Similarly, for you to send someone else an encrypted message means you have to get their public key used to encrypt the message.

You want to send them a digitally signed message:
   Use the public key from your certificate.

You want to send them an encrypted message:
   Use THEIR *public* key in THEIR certificate.
   They decrypt using THEIR *private* key.

They want to send you a digitally signed message:
   They use their public key from their certificate.

They want to send you an encrypte message:
   They need to use YOUR public key from YOUR certificate.
   You decrypt using YOUR *private* key.

The certicate owner retains safety of their certificate by NOT divulging their private key. The certificate owner gets a public and private key. Everyone else only gets the public key. Since no one but the certificate owner has the private key, no one else can [easily] decrypt a message encrypted with their public key (i.e., everyone else only gets half of the key).

--
__________________________________________________
Post replies to the newsgroup.  Share with others.
For e-mail: Remove "NIX" and add "#VN" to Subject.
__________________________________________________

.



Relevant Pages

  • Re: RSACryptoServiceProvider decrypt with public key
    ... key/decrypt with the private key and encrypt with the private key/decrypt ... encrypt data and send it back to Alice. ... only she can decrypt Bob's data. ... see the public key and the encrypted data, but she could not decrypt Bob's ...
    (microsoft.public.dotnet.security)
  • Re: Public Encryption Key
    ... encrypt the message with the recipient's public key (or ... the two can be combined by: first do a digital signature of the ... certificate, certifying the validity of the assertion (ex: ...
    (comp.security.misc)
  • Re: Public Encryption Key
    ... encrypt the message with the recipient's public key (or ... the two can be combined by: first do a digital signature of the ... certificate, certifying the validity of the assertion (ex: ...
    (sci.crypt)
  • Re: how to have a gpg public key?
    ... Having just a public key doesn't do you much good. ... You need both a private key and a public key; ... can encrypt and decrypt your messages and you are just ...
    (Debian-User)
  • Re: DECRYPT with PUBLIC key (how to?)
    ... values in my application which would be decoded with my own public key which ... This is a very stupid thing to think that you can encrypt with private ... Private key operations often uses CRT ... Signature schemes and Encryption schemes have completely different ...
    (microsoft.public.dotnet.security)