Re: Need General Encryption Guidance



"C Emmons" <C Emmons@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

>I am in the early stages of investigating encryption. I see that
>Exchange/Outlook seems to offer quite a bit of functionality. Do most people
>use the Exchange/Outlook functionality,

Exchange and Outlook only allow you to use a certificate to sign (or
seal) a message. And Exchange 2003 hardly gets involved at all
(Exchange 2000 was still dealing with key management).

>a 3rd party solution, or a
>combination - and why?? My biggest question at this stage is how decryption
>is handled by external recipients.

Assming you'll be using x.509v3 certs to sign/seal the mesages, the
recipient must have your public key and they *should* trust your CA
(either directly or implicitly through the CA chain of trust). With
your public key they decode the message/signature that you applied
with your private key.

>I have read some materials - mostly
>Exchange doc, but need help in the direction of my future research of our
>best solution. Any recommendations or comments are welcome and appreciated.

PKI can be expensive if your organization is of any size. That expense
might come from having to purchase certs from a CA, or from installing
and managing the CA's, revokation list, etc. within your own org.

You can have a look at companies like Voltage (http://www.voltage.com)
for solutions that don't require the use of certificates.

--
Rich Matheisen
MCSE+I, Exchange MVP
MS Exchange FAQ at http://www.swinc.com/resource/exch_faq.htm
Don't send mail to this address mailto:h.pott@xxxxxxxxxxxxx
.



Relevant Pages

  • Re: RSA Key Exchange
    ... Server B, so it initiates a request saying "Hey... ... At this point is where we can do key exchange, how we want to do it is up to ... So client A says "Hey, here's my public key, encrypt all packets coming out ... Now each one has a public key, so secured communications continue. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: New Method for Authenticated Public Key Exchange without Digital Certificates
    ... so i ask to exchange keys with somebody ... ... while such a extended man-in-the-middle attack isn't impossible ... things that are the public key exchange ... ... so an ongoing man-in-the-middle substitution attack on typical PGP ...
    (sci.crypt)
  • Re: Key establishment question
    ... machines need to exchange two random numbers, e.g., R1, R2, if ... Diffie-Hellman is used. ... encrypt it with my private key. ... The fact that my public key decrypts ...
    (comp.security.misc)
  • Re: Reading encrypted mail?
    ... Exchange Reporting & Analysis: http://www.quest.com/messagestats/ ... There's a public key and private key involved ... ... >>> delegated mailbox access to read received encrypted messages in the ...
    (microsoft.public.exchange.admin)
  • How does this work?
    ... prevent man-in-middle attack to Diffie_hellman exchange by "Encrypt ... the Diffie_Hellman value with the other side's public key". ...
    (sci.crypt)

Loading