Steven
I might be missing something, but you don't need to uuencode your file if
you are going to then encrypt it since the encrypted result is mailable.
Also, I'm assuming you mean you want to data encrypted, not the address
right?
using gpg you could do something like
pgp -e file "<recipient pgp userid>" | mail -s "This is a test" address
hth
charles
On Tue, 14 Dec 1999, Steven Hildreth wrote:
> Hi, say I want to send a text file to an email address and I want the
> email address encrypted. How?
>
> Send text file like this:
>
> uuencode filename.txt filename_encoded.txt | mail -s "This is a test"
> address
>
> ok, so how would I encrypt this?
>
> Thanks for anything.
anything?
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.