On Sun, 20 Sep 2009 14:17:44 +1200, Lawrence D'Oliveiro
<_zealand> wrote:
>In message <>, Stephen Worthington
>wrote:
>
>> On Sun, 20 Sep 2009 12:15:22 +1200, Lawrence D'Oliveiro
>> <_zealand> wrote:
>>
>>>In message <>, Carnations wrote:
>>>
>>>> And yes - I agree - confidential emails should be encrypted from source
>>>> - as should their replies.
>>>
>>>Which would be better--public-key or secret-key encryption?
>>
>> Public key is much easier, as you do not have to have some secret way
>> of sending a key.
>
>But you still have the problem of trusting the public key.
In the same way that you have a problem trusting a private key that is
sent to you somehow. Only it is much easier to get the key. You can
freely publish your public key on your web page with no loss of
security. If the person you want to email is the owner of that web
page and that is the only way you know him, then you can trust his
public key from there as much as any other way he might get you a key
(unless his web server has been hacked). There is always a problem
trusting the initial setup of secure communications. At some point,
you just have to decide to trust something and go ahead and see how it
works out.
>> AFAIK, they are both equally good encryptions.
>
>It's not either/or.
Well, yes, you could use both at once if you are paranoid.