Cannot encrypt/decrypt zip-Files correctly (Andreas)
akorthaus@web.de
akorthaus@web.de
Wed Jun 5 04:34:01 2002
Hallo!
YOU ARE GREAT!!!
Thank you very much, now it works, I just had to add --homedir, that was
all. CHMOD was 700, but it was not important. Thatīs how it works:
system ("gzip -c /www/path/to/file.htm | gpg --homedir
/www/path/to/.gnupg -o /www/path/to/out.gpg -e --default-recipient
andreas");
Thanks a lot!
Now I try to get the whole Script running. But what did you think about
compression? Why not gzip?
-- Andreas