From: Andy Cap on
All I want to do is to encrypt the text contents of some emails between
Windows and a Linux PC. What is the simplest way of providing this
facility on both the Windows and Linux boxes?
TIA
From: Justin C on
On 2010-06-07, Andy Cap <Andy_Cap(a)nosuch.co.uk> wrote:
> All I want to do is to encrypt the text contents of some emails between
> Windows and a Linux PC. What is the simplest way of providing this
> facility on both the Windows and Linux boxes?
> TIA

GPG?

Password protected .zip - though you then have the problem of sharing
the password.

Justin.

--
Justin C, by the sea.
From: unruh on
On 2010-06-07, Andy Cap <Andy_Cap(a)nosuch.co.uk> wrote:
> All I want to do is to encrypt the text contents of some emails between
> Windows and a Linux PC. What is the simplest way of providing this
> facility on both the Windows and Linux boxes?
> TIA

gnupg, or any of the file encryption routines.

From: unruh on
On 2010-06-07, Justin C <justin.0911(a)purestblue.com> wrote:
> On 2010-06-07, Andy Cap <Andy_Cap(a)nosuch.co.uk> wrote:
>> All I want to do is to encrypt the text contents of some emails between
>> Windows and a Linux PC. What is the simplest way of providing this
>> facility on both the Windows and Linux boxes?
>> TIA
>
> GPG?
>
> Password protected .zip - though you then have the problem of sharing
> the password.

Would not advise the latter. AFAIR, it is very weak.
AES, Blowfish, DES, ....

>
> Justin.
>
From: Andy Cap on
unruh wrote:

>
> gnupg, or any of the file encryption routines.
>

I've just discovered Enigmail is an add-on to Thunderbird so hopefully I
can use that, once I've got to grips with using keys !
Thanks though.