gnupg encrypted message into body of email
Posted: Tue Aug 06, 2002 10:58 am
hi,
I have gotten gnupg installed and i have it working fine for the most part the problem i am having is that i cant attach the file as the body of a email. I have to send it as a attachment.
when i try to just fopen then fread the encrypted file into a $message variable that pass to the mail function i always get less than the whole message and it never can be opened with pgp. But if i attach the file as a binary attachment i can save the file and decrypt it with pgp.
how do i get the encrypted stuff into the body though and not as a attachment
jake
I have gotten gnupg installed and i have it working fine for the most part the problem i am having is that i cant attach the file as the body of a email. I have to send it as a attachment.
when i try to just fopen then fread the encrypted file into a $message variable that pass to the mail function i always get less than the whole message and it never can be opened with pgp. But if i attach the file as a binary attachment i can save the file and decrypt it with pgp.
how do i get the encrypted stuff into the body though and not as a attachment
jake