Re: Encrypting Messages



Rome <coolromeo29@xxxxxxxxx> wrote:

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?

Because when you send an encrypted message, you're not using your certificate to encrypt it. They have to have a public key in order for you to encrypt a message to them. You encrypt using the recipient's certificate's public key and they decrypt using their private key. The encrypt and send you a message using your public key and you descript it with your private key. In an exchange of encrypted messages, both sides must have certificates because both sides need public/private keys.
--
Brian Tillman


.



Relevant Pages

  • 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: RSA Encrypt/Decrypt Problems
    ... You can generate a snk for each and replicate the public key part to each ... Then sym encrypt your data with the key and iv and store in the ... You could actually do it with small blocks and only the public rsa key, ... > key) with the symmetric key embedded in the file and encrypted using the ...
    (microsoft.public.dotnet.security)
  • RE: Cannot decrypt files encrypted using Crypto API on a different
    ... On the client computer you app first would try to open the container ... the server generates session key, wraps it with the client's public key, ... encrypts the content with the session key and sends both the wrapped session ... encrypt your data with this key ...
    (microsoft.public.platformsdk.security)
  • 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: RSA Encrypt/Decrypt Problems
    ... CAPICOM is extremely easy to use in .NET. ... use CAPICOM, you really need the certificate, not just the public key. ... > then encrypt it with the other public key. ...
    (microsoft.public.dotnet.security)